That sounds a little like what I came up with a little while back. My lib can stream JSON to/from my own compact binary format that is easy to traverse/emit in C: https://github.com/nwpierce/jsb/
Somehow I didn't run across that one in my searching - I'll check it out. I've been working on a json C library myself: https://github.com/nwpierce/jsb My goal was to convert a stream of JSON to/from a binary stream…
I don't recall reading such, but I can tell you from experience that there was absolutely some sort of physical sensor, electrical, or software problem. I was sitting stopped at a red light with my foot square on the…
Writing a json parser is definitely an educational experience. I wrote one this summer for my own purposes that is decently fast: https://github.com/nwpierce/jsb
I came up with a qemu wrapper a little bit ago that meets my needs - https://github.com/nwpierce/qvm. Glad the VMWare option is out now though!
That sounds a little like what I came up with a little while back. My lib can stream JSON to/from my own compact binary format that is easy to traverse/emit in C: https://github.com/nwpierce/jsb/
Somehow I didn't run across that one in my searching - I'll check it out. I've been working on a json C library myself: https://github.com/nwpierce/jsb My goal was to convert a stream of JSON to/from a binary stream…
I don't recall reading such, but I can tell you from experience that there was absolutely some sort of physical sensor, electrical, or software problem. I was sitting stopped at a red light with my foot square on the…
Writing a json parser is definitely an educational experience. I wrote one this summer for my own purposes that is decently fast: https://github.com/nwpierce/jsb
I came up with a qemu wrapper a little bit ago that meets my needs - https://github.com/nwpierce/qvm. Glad the VMWare option is out now though!