Added JsonPrintable::measureLength() (issue #75)

This commit is contained in:
Benoit Blanchon
2015-05-09 16:53:48 +02:00
parent c385862be1
commit 08d05df00e
8 changed files with 63 additions and 18 deletions

View File

@@ -1,6 +1,11 @@
Arduino JSON: change log
========================
v4.4
----
* Added `JsonArray::measureLength()` and `JsonObject::measureLength()` (issue #75)
v4.3
----