Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Dear Community,
Please let me share with you a C++ library for parsing/generating JSON.
Project overview: http://hutorny.in.ua/projects/cojson-a-json-parser-for-constrained-platforms
cojson tutorial: http://hutorny.in.ua/projects/cojson-tutorial
Library sources: https:/github.com/hutorny/cojson
mbed example: https://raw.githubusercontent.com/hutorny/cojson/master/examples/json_via_mbed_stream.cpp
Status on mbed platform: buildable with arm-none-eabi-g++
Example of using cojson