File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 9
9
* Removed default capacity of ` DynamicJsonDocument `
10
10
* ` JsonArray::copyFrom() ` accepts ` JsonArrayConst `
11
11
* ` JsonVariant::set() ` accepts ` JsonArrayConst ` and ` JsonObjectConst `
12
+ * ` JsonDocument ` was missing in the ArduinoJson namespace
12
13
13
14
> ### BREAKING CHANGES
14
15
>
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ using ARDUINOJSON_NAMESPACE::DeserializationError;
43
43
using ARDUINOJSON_NAMESPACE::deserializeJson;
44
44
using ARDUINOJSON_NAMESPACE::deserializeMsgPack;
45
45
using ARDUINOJSON_NAMESPACE::DynamicJsonDocument;
46
+ using ARDUINOJSON_NAMESPACE::JsonDocument;
46
47
using ARDUINOJSON_NAMESPACE::serialized;
47
48
using ARDUINOJSON_NAMESPACE::serializeJson;
48
49
using ARDUINOJSON_NAMESPACE::serializeJsonPretty;
You can’t perform that action at this time.
0 commit comments