8000 Tags · LuisFDuarte/ArduinoJson · GitHub
[go: up one dir, main page]

Skip to content

Tags: LuisFDuarte/ArduinoJson

Tags

v3.2

Toggle v3.2's commit message
* Fixed a bug when adding nested object in `JsonArray` (bug introduce…

…d in v3.1).

v3.1

Toggle v3.1's commit message
* Calling `Generator::JsonObject::add()` twice with the same `key` no…

…w replaces the `value`

* Added `Generator::JsonObject::operator[]`, see bellow the new API
* Added `Generator::JsonObject::remove()`

v3.0

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

* Renamed `JsonHashTable` into `JsonObject`
* 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