[][src]Module rocket_contrib::json

Automatic JSON (de)serialization support.

See the Json type for further details.

Structs

Json

The JSON type: implements FromData and Responder, allowing you to easily consume and respond with JSON.

JsonValue

An arbitrary JSON value.

Enums

JsonError

An error returned by the Json data guard when incoming data fails to serialize as JSON.