Skip to content

ArduinoJsonParser 1.1

Compare
Choose a tag to compare
@bblanchon bblanchon released this 27 Feb 19:02

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/