Remplaced char* by char[]

This commit is contained in:
Benoit Blanchon
2014-02-27 13:59:06 +01:00
parent c844db8659
commit 8c2a1fab72
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ ArduinoJsonParser change log
v1.1 (unreleased)
----
* Example: changed `char* json` into `char[] json` so that the byes are not write protected
* 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