Boost pTree json parser, how does it work?

http://www.boost.org/doc/libs/1_56_0/boost/property_tree/json_parser.hpp

I think that this example is well documented, but I don't know how to approach it.

I would like to have a functioning example of using this :>
Its not hard - basically the same as using their XML parser. Their parsers are just ways of serializing their property trees.

For how to use their property tree in general, refer to this: http://www.boost.org/doc/libs/1_56_0/doc/html/boost_propertytree/tutorial.html
As for using their JSON parser in particular, look at this: http://www.boost.org/doc/libs/1_56_0/doc/html/boost_propertytree/parsers.html#boost_propertytree.parsers.json_parser

If you need any more help, just ask.
Got that xml parser to json very easily.
Lot more easier than I expected.
Topic archived. No new replies allowed.