Structs§
- Json
Value - Represents any valid JSON value.
- Json
Value Ref - Reference to representation of any valid JSON value.
Enums§
- Json
Number - Number in json, can be a positive integer, a negative integer, or a floating number.
Each of which is represented as
u64,i64andf64. - Json
Variant - Variants of json.
- Json
Variant Ref - References of variants of json.