Module unsegen_jsonviewer::json_ext[][src]

Expand description

Convenience reexport of json types.

Structs

Number

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.

Object

A binary tree implementation of a string -> JsonValue map. You normally don’t have to interact with instances of Object, much more likely you will be using the JsonValue::Object variant, which wraps around this struct.

Enums

JsonValue

Type Definitions

Array