mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	| @@ -62,6 +62,15 @@ TEST_CASE("Filtering") { | ||||
|       "null", | ||||
|       0 | ||||
|     }, | ||||
|     { | ||||
|       // Member is a string, but filter wants an array | ||||
|       "{\"example\":\"example\"}", | ||||
|       "{\"example\":[true]}", | ||||
|       10, | ||||
|       DeserializationError::Ok, | ||||
|       "{\"example\":null}", | ||||
|       JSON_OBJECT_SIZE(1) + 8 | ||||
|     }, | ||||
|     { | ||||
|       // Input is an array, but filter wants an object | ||||
|       "[\"hello\",\"world\"]", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user