Files
thirdparty-ArduinoJson/CHANGELOG.md
Benoit Blanchon 80e0a51c15 Updated change log
2014-03-03 14:03:32 +01:00

354 B

ArduinoJsonParser change log

v1.2

  • Example: changed char[] json into char json[]. Damn it C# !

v1.1

  • 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

v1.0

Initial release