mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Fixed object keys not being duplicated
This commit is contained in:
		| @@ -11,9 +11,9 @@ class StringCopier { | ||||
|  public: | ||||
|   StringCopier(TMemoryPool& memoryPool) : _memoryPool(&memoryPool) {} | ||||
|  | ||||
|   typedef typename TMemoryPool::String String; | ||||
|   typedef typename TMemoryPool::StringBuilder StringBuilder; | ||||
|  | ||||
|   String startString() { | ||||
|   StringBuilder startString() { | ||||
|     return _memoryPool->startString(); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user