On Fri, 30 Aug 2019, Anthony Walter via lazarus wrote:

Alexey,

Currently JsonTools anything that is valid JSON as described on this page:

https://www.json.org/

The only valid constants are: null, true, false
Arrays can contain other arrays and object to any reasonable level
 [[[]]] //  is a valid array
 [{}{}[{}{}]] // is a valid array
Objects can contain other objects and arrays to any reasonable level
 {"a":{"a":{"a":[[]]}}} // is a valid object

I will look into you request for comment support, even though comments are
not allowed in the official specification.

And so your tool will also become more bulky and slower :)

Michael.

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to