Module json_serde

Source
Available on crate feature json-serde only.
Expand description

Defines a FileFormat using the JSON data format.

Re-exports§

pub extern crate serde_json;

Structs§

Json
A FileFormat corresponding to the JSON data format. Implemented using the serde_json crate, only compatible with serde types.

Type Aliases§

CompressedJson
A shortcut type to a Compressed Json. Provides parameters for compression format and pretty-print configuration (defaulting to off).
JsonError
An error that can occur while using Json.
PrettyJson
A shortcut type to a Json with pretty-print enabled.
RegularJson
A shortcut type to a Json with pretty-print disabled.