[fpc-pascal] JSON SAX-based reader

Michael Van Canneyt michael at freepascal.org
Fri Jun 23 17:27:04 CEST 2017



On Fri, 23 Jun 2017, Benito van der Zander wrote:

> Hi,
>
>> Useful if you want to process large amounts of JSON data
>> without building the whole JSON document in memory. 
>
>
> I have always used jsonscanner for that...

Well, JSONScanner does not do structural JSON validation. 
JSONReader does.
JSONReader of course uses JSONScanner to get the tokens.

Michael.



More information about the fpc-pascal mailing list