“Not ‘Just Another Parser’, this reads elements from JSON simply and without memory overhead in C”
https://www.codeproject.com/Articles/885389/jRead-an-in-place-JSON-element-reader
“Not ‘Just Another Parser’, this reads elements from JSON simply and without memory overhead in C”
https://www.codeproject.com/Articles/885389/jRead-an-in-place-JSON-element-reader
You must log in to post a comment.
2015 (;
I wonder if it is similar to https://github.com/naleksiev/jread
Jeroen Wiert Pluimers The implementation appears to be very different.