mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Rename VariantRef to JsonVariant
				
					
				
			This commit is contained in:
		| @@ -12,7 +12,7 @@ namespace ARDUINOJSON_NAMESPACE { | ||||
| // Trivial form to stop the recursion | ||||
| template <typename T> | ||||
| inline typename enable_if<!is_array<T>::value, bool>::type copyArray( | ||||
|     const T& src, VariantRef dst) { | ||||
|     const T& src, JsonVariant dst) { | ||||
|   return dst.set(src); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user