Files
thirdparty-ArduinoJson/CHANGELOG.md
2014-02-27 19:51:24 +01:00

13 lines
270 B
Markdown

ArduinoJsonParser change log
============================
v1.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
v1.0
----
Initial release