mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Rename ObjectRef to JsonObject
				
					
				
			This commit is contained in:
		| @@ -67,7 +67,7 @@ class BasicJsonDocument : AllocatorOwner<TAllocator>, public JsonDocument { | ||||
|       typename enable_if< | ||||
|           is_same<T, VariantRef>::value || is_same<T, VariantConstRef>::value || | ||||
|           is_same<T, JsonArray>::value || is_same<T, JsonArrayConst>::value || | ||||
|           is_same<T, ObjectRef>::value || | ||||
|           is_same<T, JsonObject>::value || | ||||
|           is_same<T, ObjectConstRef>::value>::type* = 0) | ||||
|       : JsonDocument(allocPool(src.memoryUsage())) { | ||||
|     set(src); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user