mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added measureJson() to the ArduinoJson namespace (fixes #1069)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						 Benoit Blanchon
						Benoit Blanchon
					
				
			
			
				
	
			
			
			
						parent
						
							a6f029ded0
						
					
				
				
					commit
					61a4195ed4
				
			| @@ -1,6 +1,11 @@ | ||||
| ArduinoJson: change log | ||||
| ======================= | ||||
|  | ||||
| HEAD | ||||
| ---- | ||||
|  | ||||
| * Added `measureJson()` to the `ArduinoJson` namespace (PR #1069 by @nomis) | ||||
|  | ||||
| v6.11.3 (2019-07-22) | ||||
| ------- | ||||
|  | ||||
|   | ||||
| @@ -57,6 +57,7 @@ using ARDUINOJSON_NAMESPACE::deserializeJson; | ||||
| using ARDUINOJSON_NAMESPACE::deserializeMsgPack; | ||||
| using ARDUINOJSON_NAMESPACE::DynamicJsonDocument; | ||||
| using ARDUINOJSON_NAMESPACE::JsonDocument; | ||||
| using ARDUINOJSON_NAMESPACE::measureJson; | ||||
| using ARDUINOJSON_NAMESPACE::serialized; | ||||
| using ARDUINOJSON_NAMESPACE::serializeJson; | ||||
| using ARDUINOJSON_NAMESPACE::serializeJsonPretty; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user