I have only previously worked with C++ in Visual Studio development environment. Now I have been asked to receive and send data using JSON.
I have searched the internet but can’t find any example of JSON being used by C++ in Visual Studio. If anyone has worked with JSON in C++ in Visual Studio 2010 please pass on the link.
If you will install boost::spirit you can use this lib JSON Spirit. Works in with VS like a charm.
UPDATE Include json spirit directory and use