Files
thirdparty-ArduinoJson/CHANGELOG.md
Benoit Blanchon c844db8659 Added change log
2014-02-27 13:54:34 +01:00

13 lines
283 B
Markdown

ArduinoJsonParser change log
============================
v1.1 (unreleased)
----
* 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