ArduinoJson 5.9.0 * Added `JsonArray::remove(iterator)` (issue #479) * Added `JsonObject::remove(iterator)` * Renamed `JsonArray::removeAt(size_t)` into `remove(size_t)` * Renamed folder `include/` to `src/` * Fixed warnings `floating constant exceeds range of float`and `floating constant truncated to zero` (issue #483) * Removed `Print` class and converted `printTo()` to a template method (issue #276) * Removed example `IndentedPrintExample.ino` * Now compatible with Particle 0.6.1, thanks to Jacob Nite (issue #294 and PR #461 by @foodbag)
Changes since 5.8.4
- Added
JsonArray::remove(iterator)(issue #479) - Added
JsonObject::remove(iterator) - Renamed
JsonArray::removeAt(size_t)intoremove(size_t)⚠ ️ - Renamed folder
include/tosrc/ - Fixed warnings
floating constant exceeds range of floatandfloating constant truncated to zero(issue #483) - Removed
Printclass and convertedprintTo()to a template method (issue #276)⚠ ️ - Removed example
IndentedPrintExample.ino - Now compatible with Particle 0.6.1, thanks to Jacob Nite (issue #294 and PR #461 by @foodbag)