mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Added DeserializationOption::Filter (closes #959)
				
					
				
			This commit is contained in:
		| @@ -19,6 +19,10 @@ class StringCopier { | ||||
|     return StringBuilder(_pool); | ||||
|   } | ||||
|  | ||||
|   void reclaim(const char* s) { | ||||
|     _pool->reclaimLastString(s); | ||||
|   } | ||||
|  | ||||
|  private: | ||||
|   MemoryPool* _pool; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user