Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 354 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 354 Bytes

ArduinoJsonParser change log

v1.2

  • Example: changed char[] json into char json[]. Damn it C# !

v1.1

  • Example: changed char* json into char[] json so that the bytes are not write protected
  • Fixed parsing bug when the JSON contains multi-dimensional arrays

v1.0

Initial release