[][src]Crate rocket_lenient_json

Macros

json

A macro to create ad-hoc JSON serializable values using JSON syntax.

Structs

Json

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

JsonValue

An arbitrary JSON value.

SerdeError

This type represents all possible errors that can occur when serializing or deserializing JSON data.