Crate autojson[][src]

Macros

auto_json_impl

Structs

Error

The Error type, which can contain any failure.

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.

Functions

jsonify

Convert any struct to a file

structify

Convert any file into a struct

Derive Macros

Deserialize
Serialize