4 ms·
Yes, there is support for stream parsing of JSON. I haven't tried it myself, https://github.com/lloyd/yajl https://github.com/lloyd/yajl is one example, which h
by zachanker 15y ago
Yes, there is support for stream parsing of JSON. I haven't tried it myself, https://github.com/lloyd/yajl https://github.com/lloyd/yajl is one example, which has various bindings in other languages.
- nirvdrum 15y agoAhh, silly me. I never realized YAJL handled that. It should be a good place to learn from. The YAJL code base is pretty tight IIRC.