11 Apr
2013
11 Apr
'13
10:50 a.m.
On Thu, Apr 11, 2013 at 12:23 AM, Philip Bennefall
Have you looked at boost.property_tree? That includes a JSON parser among other things, as well as an appropriate data structure to hold the tree. Are you invisioning something different?
It have been pointed several times that boost::property_tree isn't appropriate if you want a JSON library, it only provide a JSON-like serialization but doesn't provide all valid JSON syntax/values, same thing with XML. See http://boost.2283326.n4.nabble.com/Using-property-tree-as-json-reader-writer...