mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Remplaced char* by char[]
This commit is contained in:
		| @@ -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  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user