mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added a deprecation warning for as<char>() and set(char)
This commit is contained in:
		| @@ -43,6 +43,7 @@ HEAD | ||||
| > int8_t age; | ||||
| > doc["age"] = age;  // OK | ||||
| > ``` | ||||
| > A deprecation warning with the message "Support for `char` is deprecated, use `int8_t` or `uint8_t` instead" was added to allow a smooth transition. | ||||
| > | ||||
| > #### `as<T>()` always returns `T` | ||||
| > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user