webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
JsonCpp roadmap

Makes JsonCpp ready for release

Adds a strict mode to reader/parser

Strict JSON support as specific in RFC 4627 (http://www.ietf.org/rfc/rfc4627.txt?number=4627).

Writter control

Provides more control to determine how specific items are serialized when JSON allow choice:

Expose json reader/writer API that do not impose using Json::Value.

Some typical use-case involve an application specific structure to/from a JSON document.

Performance tuning

Testing