[][src]Module ssb_json_msg::json

Structs

DecodeJsonError

Enums

EncodeJsonError

Everything that can go wrong when encoding a Message to legacy json.

ErrorCode

Everything that can go wrong when decoding a Message from legacy json.

Functions

from_legacy

Try to parse data from the input, returning the remaining input when done.

to_legacy

Serialize a Message into a writer, using the legacy encoding.

to_legacy_string

Serialize a Message into an owned string, using the legacy encoding.

to_legacy_vec

Serialize a Message into an owned byte vector, using the legacy encoding.