<div dir="ltr">Alexey,<div><br></div><div>Currently JsonTools anything that is valid JSON as described on this page:</div><div><br></div><div><a href="https://www.json.org/">https://www.json.org/</a><br></div><div><br></div><div>The only valid constants are: null, true, false</div><div>Arrays can contain other arrays and object to any reasonable level</div><div>  [[[]]] //  is a valid array</div><div>  [{}{}[{}{}]] // is a valid array</div><div>Objects can contain other objects and arrays to any reasonable level</div><div>  {"a":{"a":{"a":[[]]}}} // is a valid object</div><div><br></div><div>I will look into you request for comment support, even though comments are not allowed in the official specification.</div></div>