Skip to content

Commit

Permalink
Mention that IEEE special values are supported as JSON strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 2, 2023
1 parent 3dbe670 commit eb74a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ The contents of `values` is subject to some constraints:

- `"number"`: values should be JSON numbers.
Missing values are represented by `null`.
IEEE special values can be represented by strings, i.e., `NaN`, `Inf`, `-Inf`.
- `"integer"`: values should be JSON numbers that can be represented by a 32-bit signed integer.
Missing values may be represented by `null` or the special value -2147483648.
- `"boolean"`: values should be JSON booleans or `null` (for missing values).
Expand Down

0 comments on commit eb74a97

Please sign in to comment.