mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Import JsonDocument into the ArduinoJson namespace
This commit is contained in:
		| @@ -9,6 +9,7 @@ HEAD | ||||
| * Removed default capacity of `DynamicJsonDocument` | ||||
| * `JsonArray::copyFrom()` accepts `JsonArrayConst` | ||||
| * `JsonVariant::set()` accepts `JsonArrayConst` and `JsonObjectConst` | ||||
| * `JsonDocument` was missing in the ArduinoJson namespace | ||||
|  | ||||
| > ### BREAKING CHANGES | ||||
| >  | ||||
|   | ||||
| @@ -43,6 +43,7 @@ using ARDUINOJSON_NAMESPACE::DeserializationError; | ||||
| using ARDUINOJSON_NAMESPACE::deserializeJson; | ||||
| using ARDUINOJSON_NAMESPACE::deserializeMsgPack; | ||||
| using ARDUINOJSON_NAMESPACE::DynamicJsonDocument; | ||||
| using ARDUINOJSON_NAMESPACE::JsonDocument; | ||||
| using ARDUINOJSON_NAMESPACE::serialized; | ||||
| using ARDUINOJSON_NAMESPACE::serializeJson; | ||||
| using ARDUINOJSON_NAMESPACE::serializeJsonPretty; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user