Automatic JSON (de)serialization support.
See the Json type for further details.
Json
This module is only available when the json feature is enabled. Enable it in Cargo.toml as follows:
json
Cargo.toml
[dependencies.rocket_contrib] version = "0.4.11" default-features = false features = ["json"]
FromData
Responder