mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Renamed function RawJson() to serialized()
				
					
				
			This commit is contained in:
		| @@ -41,8 +41,8 @@ void setup() { | ||||
|   // WARNING: the content of the String will be duplicated in the JsonBuffer. | ||||
|   obj["sensor"] = sensor; | ||||
|  | ||||
|   // It works with RawJson too: | ||||
|   obj["sensor"] = RawJson(sensor); | ||||
|   // It works with serialized() too: | ||||
|   obj["sensor"] = serialized(sensor); | ||||
|  | ||||
|   // You can also concatenate strings | ||||
|   // WARNING: the content of the String will be duplicated in the JsonBuffer. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user