10000 Tags · rprand/ArduinoJson · GitHub
[go: up one dir, main page]

Skip to content

Tags: rprand/ArduinoJson

Tags

v3.0

Toggle v3.0's commit message
* New parser API, see bellow

* Renamed `JsonHashTable` into `J
A741
sonObject`
* Added iterators for `JsonArray` and `JsonObject`

v2.1

Toggle v2.1's commit message
* Fixed case `#include "jsmn.cpp"` which caused an error in Linux (is…

…sue bblanchon#6)

* Fixed a buffer overrun in JSON Parser (issue bblanchon#5)

v2.0

Toggle v2.0's commit message
* Added JSON encoding.

* Renamed the library `ArduinoJsonParser` becomes `ArduinoJson`

v1.2

Toggle v1.2's commit message
* Example: changed `char[] json` into `char json[]`. Damn it c# !

v1.1

Toggle v1.1's commit message
Version 1.1:

* 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

Toggle v1.0's commit message
Changed the title

0