Added JsonArray::removeAt() (issue #58)

This commit is contained in:
Benoit Blanchon
2015-05-02 15:16:18 +02:00
parent 94d38c0680
commit 0eff567910
4 changed files with 60 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ Arduino JSON: change log
HEAD
----
* Added `JsonArray::removeAt()` to remove an element of an array (issue #58)
* Fixed stack-overflow in `DynamicJsonBuffer` when parsing huge JSON files (issue #65)
* Fixed wrong return value of `parseArray()` and `parseObject()` when allocation fails (issue #68)