mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added a deprecation warning for as<char*>()
This commit is contained in:
		| @@ -61,6 +61,7 @@ HEAD | ||||
| > Serial.println(doc["sensor"].as<const char*>());  // OK | ||||
| > ``` | ||||
| > | ||||
| > A deprecation warning with the message "Replace `as<char*>()` with `as<const char*>()`" was added to allow a smooth transition. | ||||
| > | ||||
| > #### `DeserializationError::NotSupported` removed | ||||
| > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user