I've spent the last week or so tinkering with my C++11 JSON experiment, and now actually seems to be functional.
There's a lot of work yet to do! But it has basic functionality now, so I've decided to open the thing up for public consumption. I've released it under the MIT license, and made the source code available on Bitbucket.
This is the library that I wished I had time to write for the last couple years. My previous job included a lot of work using JSON-RPC to communicate between web applications and C++ applications. We used cJSON extensively, but it's C interface just doesn't look right in C++ code.
This library tries to take advantage of the new C++11-isms, move constructors, lambdas, uniform initialization, etc.
It's is still in the very experimental stage, it's interface is likely going to change, and has a few bugs. Check it out if you like.
No comments:
Post a Comment