mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Replacing a value now releases the memory
This commit is contained in:
@@ -8,8 +8,8 @@ HEAD
|
||||
* Removed `JsonObject::is<T>(k)` and `JsonObject::set(k,v)`
|
||||
* Replaced `T JsonArray::get<T>(i)` with `JsonVariant JsonArray::get(i)`
|
||||
* Replaced `T JsonObject::get<T>(k)` with `JsonVariant JsonObject::get(k)`
|
||||
* `JsonArray::remove()` and `JsonObject::remove()` now release the memory
|
||||
* Added `JSON_STRING_SIZE()`
|
||||
* Replacing or removing a value now releases the memory.
|
||||
|
||||
v6.5.0-beta (2018-10-13)
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user