Variant

Type Alias Variant 

Source
pub type Variant = (String, Option<Box<Value>>);
Expand description

Variant (non-standard extension of JSON). Syntax: <"Foo"> or <"Bar":123>.