Module value

Module value 

Source

Structs§

JsonValue
Represents any valid JSON value.
JsonValueRef
Reference to representation of any valid JSON value.

Enums§

JsonNumber
Number in json, can be a positive integer, a negative integer, or a floating number. Each of which is represented as u64, i64 and f64.
JsonVariant
Variants of json.
JsonVariantRef
References of variants of json.