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
FileFormatcorresponding to the JSON data format. Implemented using theserde_jsoncrate, only compatible withserdetypes.
Type Aliases§
- Compressed
Json - A shortcut type to a
CompressedJson. Provides parameters for compression format and pretty-print configuration (defaulting to off). - Json
Error - An error that can occur while using
Json. - Pretty
Json - A shortcut type to a
Jsonwith pretty-print enabled. - Regular
Json - A shortcut type to a
Jsonwith pretty-print disabled.