Add safe bool idiom in JsonString

This commit is contained in:
Benoit Blanchon
2021-10-22 17:19:14 +02:00
parent 8418845c8d
commit acfa174333
5 changed files with 55 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ HEAD
* 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>()` and `is<JsonString>()`
* Add safe bool idiom in `JsonString`
v6.18.5 (2021-09-28)
-------