Added ARDUINOJSON_ENABLE_INFINITY to enable Infinity in JSON

This commit is contained in:
Benoit Blanchon
2019-05-19 15:48:27 +02:00
parent 7427888e05
commit 80a02cd90d
8 changed files with 107 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Fixed invalid result from `operator|` (issue #981)
* Made `deserializeJson()` more picky about trailing characters (issue #980)
* Added `ARDUINOJSON_ENABLE_NAN` to enable NaN in JSON (issue #973)
* Added `ARDUINOJSON_ENABLE_INFINITY` to enable Infinity in JSON
> ### BREAKING CHANGE
>