ArduinoJsonParser 1.2
Changes compared to 1.1:
- Example: changed
char[] json
intochar json[]
. Damn it C# !
To use this library with the Arduino IDE, you need to unzip the attached file into
<path_to_your_sketches>/libraries/
Changes compared to 1.1:
char[] json
into char json[]
. Damn it C# !To use this library with the Arduino IDE, you need to unzip the attached file into
<path_to_your_sketches>/libraries/