SagaJson
JSON encoding and decoding
Guide
Getting started
Install, first encode, first decode.
Encoding
Hand-written impls, deriving (ToJson), serialize, derive_with.
Decoding
Hand-written decoders, deriving (FromJson), deserialize, error handling.
Customization
Options, ADT tag formats, key renaming, the fluent Encoder/Decoder builder, and the as_enum/as_tagged strategies.
Post-processing
update_field, rename_field, map_object, and the other Json transform combinators.