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

Skip to content

Tags: MacroBull/ArduinoJson

Tags

v5.0-beta-1

Toggle v5.0-beta-1's commit message
ArduinoJson 5.0 beta 1

* Added support of `String` class (issue bblanchon#55, bblanchon#56, bblanchon#70, bblanchon#77)
* Redesigned `JsonVariant` to leverage converting constructors instead of assignment operators
* Switched to new library layout (requires Arduino 1.0.6 or above)

v4.4

Toggle v4.4's commit message
ArduinoJson 4.4

* Added `JsonArray::measureLength()` and `JsonObject::measureLength()` (issue bblanchon#75)

v4.3

Toggle v4.3's commit message
ArduinoJson 4.3

* Added `JsonArray::removeAt()` to remove an element of an array (issue bblanchon#58)
* Fixed stack-overflow in `DynamicJsonBuffer` when parsing huge JSON files (issue bblanchon#65)
* Fixed wrong return value of `parseArray()` and `parseObject()` when allocation fails (issue bblanchon#68)

v4.2

Toggle v4.2's commit message
ArduinoJson 4.2

* Switched back to old library layout (issues 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).
0