Crate brackets

Source

Structs§

JsonArray
JsonObject
A JSON structure that is formatted like the following:

Enums§

JsonParseError

Traits§

FromJson
FromJs is a trait that allows any conforming structs to be converted from a JSON format.
ToJson
ToJson is a trait that allows any conforming structs to convert to a JSON format.

Derive Macros§

FromJson
ToJson