mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Auto enable std::string and stream on modern compilers (closes #1156)
This commit is contained in:
		| @@ -6,6 +6,8 @@ HEAD | ||||
|  | ||||
| * Added `BasicJsonDocument::shrinkToFit()` | ||||
| * Added support of `uint8_t` for `serializeJson()`, `serializeJsonPretty()`, and `serializeMsgPack()` (issue #1142) | ||||
| * Auto enable support for `std::string` and `std::stream` on modern compilers (issue #1156) | ||||
|   No need to define `ARDUINOJSON_ENABLE_STD_STRING` and `ARDUINOJSON_ENABLE_STD_STREAM`. | ||||
|  | ||||
| v6.13.0 (2019-11-01) | ||||
| ------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user