aJson is the attempt to port a complete JSON implementation to Arduino. It is based on the cJSON implementation, reduced in size and removing one or two feature. The current mbed implementation only supports FILE* as input so you will have to use a temporary file for parsing your json input. https://github.com/interactive-matter/aJson
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:ece3b5c4afed | 2012-09-07 | mimil | update to last git version |
1:6df1d1f1b372 | 2012-08-28 | mimil | first release of aJSON library for mbed |
0:428cf9a51873 | 2012-08-27 | mimil | [mbed] converted /Trash/aJSON |