Can someone suggest simple JSON parser for C++ Windows VS 2010, possible which can be used for commercial purpose without licensing issues.
The requirement is to
- Fetch and package the data in JSON from C++ program,
- It would be transferred over network (TCP socket) and would further be read from Android device.
- The data is to be sent is light, not very heavy.
Thanks.
Boost and its property tree library can create and parse JSON.