[Lazarus] [fpc-pascal] Tests results of several pascal based JSON parsers

Alexey Tor. aaa5500 at ya.ru
Fri Aug 30 11:25:25 CEST 2019


Yes, JsonTools needs a method SaveToFile if it has not. It must save 
formatted json with indent, set by a property or global variable 
(default is 2 usually).

SaveToFile must handle Unicode strings, ie output them with \uNNNN or 
like it. Use Unicode escape for all codes >=128, because utf8 codes all 
after 127.

Alexey



More information about the lazarus mailing list