mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Added deprecated attribute on asArray(), asObject() and asString() (issue #420)
				
					
				
			This commit is contained in:
		| @@ -193,7 +193,7 @@ class JsonArray : public Internals::JsonPrintable<JsonArray>, | ||||
|   void copyTo(T (&array)[N1][N2]) const { | ||||
|     size_t i = 0; | ||||
|     for (const_iterator it = begin(); it != end() && i < N1; ++it) { | ||||
|       it->asArray().copyTo(array[i++]); | ||||
|       it->as<JsonArray>().copyTo(array[i++]); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user