Module json::number[][src]

Structs

Number representation used inside JsonValue. You can easily convert the Number type into native Rust number types and back, or use the equality operator with another number type.

Constants

NaN value represented in Number type. NaN is equal to itself.