Module tsukuyomi::contrib::json

source ·
Expand description

Components for parsing JSON values and creating JSON responses.

Structs

A wraper struct representing a statically typed JSON value.
An error type representing a JSON error response.
An error handler for creating JSON error responses.
A general JSON value.

Traits

A trait representing additional information for constructing HTTP responses from Json<T>.