mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Minor changes in the examples
This commit is contained in:
		| @@ -60,7 +60,7 @@ void setup() { | ||||
|   // Fetch values. | ||||
|   // | ||||
|   // Most of the time, you can rely on the implicit casts. | ||||
|   // In other case, you can do doc["time"].as<long>(); | ||||
|   // In other case, you can do root["time"].as<long>(); | ||||
|   const char* sensor = root["sensor"]; | ||||
|   long time = root["time"]; | ||||
|   double latitude = root["data"][0]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user