[Lazarus] Tests results of several pascal based JSON parsers
Michael Van Canneyt
michael at freepascal.org
Fri Aug 30 11:16:42 CEST 2019
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.
More information about the lazarus
mailing list