mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added JsonError
This commit is contained in:
		| @@ -33,8 +33,8 @@ HEAD | ||||
| >  | ||||
| > ```c++ | ||||
| > DynamicJsonObject obj; | ||||
| > bool success = deserializeJson(obj, json); | ||||
| > if (success) { | ||||
| > JsonError error = deserializeJson(obj, json); | ||||
| > if (error) { | ||||
| >  | ||||
| > } | ||||
| > ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user