Version 1.1:
* Example: changed `char* json` into `char json[]` so that the byes are not write protected
* Fixed parsing bug when the JSON contains multi-dimensional arrays

Changes compared to 1.0:

  • Example: changed char* json into char 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/