W dniu 07.05.2013 16:53, Sean Kelly pisze:
I'm not terribly happy with std.json do this is welcome. I do wish that
> there were a SAX style parser available too though, so I could parse JSON without allocating.

You may find this useful: https://github.com/pszturmaj/json-streaming-parser

Don't be scared by the TODOs, they're not much relevant for normal usage. The only thing you shouldn't do is calling whole() methods more than once.

Reply via email to