Added JsonArray::remove(iterator) and JsonObject::remove(iterator) (issue #479)

This commit is contained in:
Benoit Blanchon
2017-04-12 21:00:13 +02:00
parent 5a16b2117b
commit 8c6f64c111
8 changed files with 130 additions and 63 deletions

View File

@@ -1,6 +1,12 @@
ArduinoJson: change log
=======================
HEAD
----
* Added `JsonArray::remove(iterator)` (issue #479)
* Added `JsonObject::remove(iterator)`
v5.8.4
------