Structs§
- Number
- Number representation used inside
JsonValue. You can easily convert theNumbertype into native Rust number types and back, or use the equality operator with another number type. - Number
OutOf Scope - Error type generated when trying to convert a
Numberinto an integer of inadequate size.
Constants§
- NAN
- NaN value represented in
Numbertype. NaN is equal to itself.