Add is<JsonString>()

This commit is contained in:
Benoit Blanchon
2021-10-24 09:58:20 +02:00
parent df4a4b9e1d
commit 8418845c8d
3 changed files with 21 additions and 1 deletions

View File

@@ -8,7 +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>()`
* Add `as<JsonString>()` and `is<JsonString>()`
v6.18.5 (2021-09-28)
-------