json makes it fast…
August 2nd, 2008
Another ingredient for fast programs is JSON. The JSON format is a concurrent of XML and YAML. The later stays closer to JSON. I found so far two libraries for C++ that can parse and write JSON structures:
- http://jsoncpp.sourceforge.net/
- http://blog.beef.de/projects/tinyjson
… there are even further few listed on the homepage json.org
… There is even a query language jaql