Skip to content

Commit 5991eae

Browse files
richarddavisonLicenser
authored andcommitted
Update readme
1 parent 7ca0e0a commit 5991eae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ The `known-key` feature is optional and disabled by default and should be explic
6868

6969
The `value-no-dup-keys` feature flag toggles stricter behavior for objects when deserializing into a `Value`. When enabled, the Value deserializer will remove duplicate keys in a JSON object and only keep the last one. If not set duplicate keys are considered undefined behavior and Value will not make guarantees on it's behavior.
7070

71+
### `big-int-as-float`
72+
73+
The `big-int-as-float` feature flag treats very large integers that won't fit into u64 as f64 floats. This prevents parsing errors if the JSON you are parsing contains very large numbers. Keep in mind that f64 loses some precision when representing very large numbers.
74+
7175
## safety
7276

7377
`simd-json` uses **a lot** of unsafe code.

0 commit comments

Comments
 (0)