mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Extracted VariantData and CollectionData classes
This commit is contained in:
		| @@ -13,13 +13,13 @@ class StringCopier { | ||||
|  public: | ||||
|   typedef ARDUINOJSON_NAMESPACE::StringBuilder StringBuilder; | ||||
|  | ||||
|   StringCopier(MemoryPool* memoryPool) : _memoryPool(memoryPool) {} | ||||
|   StringCopier(MemoryPool* pool) : _pool(pool) {} | ||||
|  | ||||
|   StringBuilder startString() { | ||||
|     return StringBuilder(_memoryPool); | ||||
|     return StringBuilder(_pool); | ||||
|   } | ||||
|  | ||||
|  private: | ||||
|   MemoryPool* _memoryPool; | ||||
|   MemoryPool* _pool; | ||||
| }; | ||||
| }  // namespace ARDUINOJSON_NAMESPACE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user