mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-05-19 23:34:43 +02:00
385 B
385 B
Arduino JSON: change log
v2.0
- Added JSON encoding
v1.2
- Example: changed
char[] jsonintochar json[]. Damn it C# !
v1.1
- Example: changed
char* jsonintochar[] jsonso that the bytes are not write protected - Fixed parsing bug when the JSON contains multi-dimensional arrays
v1.0
Initial release