[fpc-pascal] JSON SAX-based reader

Benito van der Zander benito at benibela.de
Fri Jun 23 17:25:40 CEST 2017


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...



Best,
Benito



On 06/23/2017 08:48 AM, Michael Van Canneyt wrote:
>
> Hello,
>
> I have changed the JSON parser, it is now written on top of a SAX-like 
> JSON
> reader (which is available separately). All unit tests work fine, and the
> few extra tests which I did also, but I would like to hear if someone has
> code that no longer works.
>
> The change is committed in trunk. The new JSON reader is available in the
> unit jsonreader. Useful if you want to process large amounts of JSON data
> without building the whole JSON document in memory.
>
> Michael.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20170623/4c2920fc/attachment.html>


More information about the fpc-pascal mailing list