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:
		| @@ -32,7 +32,7 @@ void setup() { | ||||
|       "{\"sensor\":\"gps\",\"time\":1351824120,\"data\":[48.756080,2.302038]}"; | ||||
|  | ||||
|   // Deserialize the JSON document | ||||
|   JsonError error = deserializeJson(doc, json); | ||||
|   DeserializationError error = deserializeJson(doc, json); | ||||
|  | ||||
|   // Test if parsing succeeds. | ||||
|   if (error) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user