Structs§
- Json
Array - Json
Object - A JSON structure that is formatted like the following:
Enums§
Traits§
- From
Json - 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.