Added measureJson() to the ArduinoJson namespace (fixes #1069)

This commit is contained in:
Simon Arlott
2019-08-10 11:11:21 +02:00
committed by Benoit Blanchon
parent a6f029ded0
commit 61a4195ed4
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Added `measureJson()` to the `ArduinoJson` namespace (PR #1069 by @nomis)
v6.11.3 (2019-07-22)
-------

View File

@ -57,6 +57,7 @@ using ARDUINOJSON_NAMESPACE::deserializeJson;
using ARDUINOJSON_NAMESPACE::deserializeMsgPack;
using ARDUINOJSON_NAMESPACE::DynamicJsonDocument;
using ARDUINOJSON_NAMESPACE::JsonDocument;
using ARDUINOJSON_NAMESPACE::measureJson;
using ARDUINOJSON_NAMESPACE::serialized;
using ARDUINOJSON_NAMESPACE::serializeJson;
using ARDUINOJSON_NAMESPACE::serializeJsonPretty;