Save JSONValue binary in file?

Piotr Szturmaj bncrbme at jadamspam.pl
Fri Oct 12 09:54:03 PDT 2012


Chopin wrote:
> Hello!
>
> I got this 109 MB json file that I read... and it takes over 32
> seconds for parseJSON() to finish it. So I was wondering if it
> was a way to save it as binary or something like that so I can
> read it super fast?
>
> Thanks for all suggestions :)

Try this implementation: 
https://github.com/pszturmaj/json-streaming-parser, you can parse all to 
memory or do streaming style parsing.


More information about the Digitalmars-d-learn mailing list