Add as<JsonString>()

This commit is contained in:
Benoit Blanchon
2021-10-24 09:58:13 +02:00
parent 7f5497db55
commit df4a4b9e1d
3 changed files with 32 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ HEAD
Dependent settings (like `ARDUINOJSON_DEFAULT_NESTING_LIMIT`) must be set individually.
* Change the default of `ARDUINOJSON_USE_DOUBLE` to `1`
* Change the default of `ARDUINOJSON_USE_LONG_LONG` to `1` on 32-bit platforms
* Add `as<JsonString>()`
v6.18.5 (2021-09-28)
-------