mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Merged MsgPackError and JsonError into DeserializationError.
Return NotSupported if the JSON input contains "\u".
This commit is contained in:
		| @@ -76,7 +76,7 @@ void setup() { | ||||
|   DynamicJsonDocument doc(capacity); | ||||
|  | ||||
|   // Parse JSON object | ||||
|   JsonError error = deserializeJson(doc, client); | ||||
|   DeserializationError error = deserializeJson(doc, client); | ||||
|   if (error) { | ||||
|     Serial.print(F("deserializeJson() failed: ")); | ||||
|     Serial.println(error.c_str()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user