mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Replace CopiedString and LinkedString with JsonString
				
					
				
			This commit is contained in:
		| @@ -231,7 +231,7 @@ class JsonDeserializer { | ||||
|         return false; | ||||
|       } | ||||
|  | ||||
|       typename TStringStorage::string_type key = _stringStorage.str(); | ||||
|       String key = _stringStorage.str(); | ||||
|  | ||||
|       TFilter memberFilter = filter[key.c_str()]; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user