mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed casting JsonValue to string
This commit is contained in:
		| @@ -66,7 +66,7 @@ namespace ArduinoJson | ||||
|  | ||||
|             operator const char*() | ||||
|             { | ||||
|                 return ""; | ||||
|                 return content.asString; | ||||
|             } | ||||
|  | ||||
|             operator double() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user