mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added operator == to compare JsonVariant and strings (issue #402)
				
					
				
			This commit is contained in:
		| @@ -39,9 +39,14 @@ void setup() { | ||||
|   // JsonBuffer. | ||||
|   root["sensor"] = F("gps"); | ||||
|  | ||||
|   // You can compare the content of a JsonVariant to a Flash String | ||||
|   if (root["sensor"] == F("gps")) { | ||||
|     // ... | ||||
|   } | ||||
|  | ||||
| #else | ||||
|  | ||||
| #warning PROGMEM is only supported on AVR architecture | ||||
| #warning PROGMEM is not supported on this platform | ||||
|  | ||||
| #endif | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user