mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added DeserializationOption::Filter (closes #959)
				
					
				
			This commit is contained in:
		| @@ -74,6 +74,10 @@ class MemoryPool { | ||||
|     checkInvariants(); | ||||
|   } | ||||
|  | ||||
|   void reclaimLastString(const char* s) { | ||||
|     _left = const_cast<char*>(s); | ||||
|   } | ||||
|  | ||||
|   void clear() { | ||||
|     _left = _begin; | ||||
|     _right = _end; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user