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

Dependents:   WIZwikiREST20

Embed: (wiki syntax)

« Back to documentation index

File Index

File List

Here is a list of all documented files with brief descriptions:
aJSON.cpp [code]
aJSON.h [code]
compatibility.h [code]
streamhelper.c [code]
streamhelper.h [code]
stringbuffer.c [code]
stringbuffer.h [code]