ArduinoJsonParser 1.1
Changes compared to 1.0:
- Example: changed
char* json
intochar json[]
so that the bytes are not write-protected - Fixed parsing bug when the JSON contains multi-dimensional arrays
To use this library with the Arduino IDE, you need to unzip the attached file into
<path_to_your_sketches>/libraries/