mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added namespace for the parser
This commit is contained in:
		| @@ -5,6 +5,8 @@ | ||||
|  | ||||
| #include <JsonParser.h> | ||||
|  | ||||
| using namespace ArduinoJson::Parser; | ||||
|  | ||||
| void ParseAnObject() | ||||
| { | ||||
|     char json[] = "{\"Name\":\"Blanchon\",\"Skills\":[\"C\",\"C++\",\"C#\"],\"Age\":32,\"Online\":true}"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user