JSON Support in the Sandbox
I have added JSONParser & friends to the sandbox. The code was ported from JSON Parser. At first, I intended to wrap the library, but things got really messy, so I decided to pull out what I need and tweak it into a more tidy codebase. Experience was a nice reminder of why I have evolved from C to C++ (flames welcome
. At any rate, I’m quite satisfied with the outcome and if anyone has use for this, please do some testing and give feedback. This is just an initial approach and I have only compiled it on Windows w/ VS 2008.







test passed on linux32 + gcc 4.3 (fix commited)
Comment by marian on August 1, 2009, 20:15
Update:
Compiled and ran tests on Solaris.
Added support for Ext.Direct Remoting.
Comment by alex on August 5, 2009, 14:07
That’s good news. I would like to check it out. There are quite a few JSON libraries out there, but it would be nice to have JSON support in POCO itself.
Comment by Quang on August 13, 2009, 15:17