akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.01k stars 807 forks source link

Understanding problem for newcomers #133

Open igromanru opened 10 years ago

igromanru commented 10 years ago

Hello, I got a problem to understand how it´s works. Can you please extend the documentation on some more examples? Something simple like parse an object to json, write it to a file and read it back to an object.

RoyiAvital commented 4 years ago

I'd be happy to see how to encode structs (Array of structs) into file.