mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Renamed JsonHashTable into JsonObject
This commit is contained in:
		| @@ -15,7 +15,7 @@ void setup() | ||||
|     array.add<6>(48.756080); // 6 is the number of decimals to print | ||||
|     array.add<6>(2.302038);  // if not specified, 2 digits are printed | ||||
|  | ||||
|     JsonHashTable<3> root;  | ||||
|     JsonObject<3> root;  | ||||
|     root.add("sensor", "gps"); | ||||
|     root.add("time", 1351824120); | ||||
|     root.add("data", array); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user