Explorar el Código

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

Simon Arlott hace 6 años
padre
commit
61a4195ed4
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 5 0
      CHANGELOG.md
  2. 1 0
      src/ArduinoJson.hpp

+ 5 - 0
CHANGELOG.md

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

+ 1 - 0
src/ArduinoJson.hpp

@@ -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;