Re: [boost] Official JSON Package

---------- Forwarded message ---------- From: Michael Ainsworth <michael@michaelainsworth.id.au> To: "boost@lists.boost.org" <boost@lists.boost.org> Cc: Date: Fri, 1 May 2015 08:53:02 +1000 Subject: [boost] Official JSON Package Is there an official Boost package for reading and writing JSON data?
I know of JSON Spirit, but this is not (to my knowledge) official. I also know the Boost.PropertyTree works, but doesnot have full support.
Michael
About two years ago when there was talk of a GSOC 2013 project for JSON, I posted that I had been working on changes to ptree so that you could have a ptree<string, boost::any> and be able to round trip successfully. At the time no one seemed interested. I think I should be able to recreate what I had done to make it work for you if your use case is DOM centric like Bjorn Reese's post indicates is one of the draw backs of using ptree. -John Venarchick
participants (1)
-
John Venarchick