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

Skip to content

Tags: subnet/ArduinoJson

Tags

v4.2

Toggle v4.2's commit message
ArduinoJson 4.2

* Switched back to old library layout (issues
8000
 bblanchon#39, bblanchon#43 and bblanchon#45)
* Removed global new operator overload (issue bblanchon#40, bblanchon#45 and bblanchon#46)
* Added an example with EthernetServer

v4.1

Toggle v4.1's commit message
* Added DynamicJsonBuffer (issue bblanchon#19)

v4.0

Toggle v4.0's commit message
* Unified parser and generator API (issue bblanchon#23)

* Updated library layout, now requires Arduino 1.0.6 or newer

**BREAKING CHANGE**: API changed significantly, see `doc/Migrating to the new API.md`.

v4.0-beta-1

Toggle v4.0-beta-1's commit message
* Unified parser and generator API (issue bblanchon#23)

* Updated library layout, now requires Arduino 1.0.6 or newer

**BREAKING CHANGE**: API changed significantly, see `doc/Migrating to the new API.md`.

v3.4

Toggle v3.4's commit message
* Fixed escaped char parsing (issue bblanchon#16)

v3.3

Toggle v3.3's commit message
* Added indented output for the JSON generator, see example bellow.

* Added `IndentedPrint`, a decorator for `Print` to allow indented output

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)
0