Tags: MacroBull/ArduinoJson
Tags
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)
ArduinoJson 4.4 * Added `JsonArray::measureLength()` and `JsonObject::measureLength()` (issue bblanchon#75)
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)
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
* 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`.
* 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`.
PreviousNext