pub fn parse_json_object<T: DeserializeOwned>(
input: JsonObject,
) -> Result<T, Error>Available on crate feature
server only.Expand description
Deserialize a JSON object into a type
pub fn parse_json_object<T: DeserializeOwned>(
input: JsonObject,
) -> Result<T, Error>server only.Deserialize a JSON object into a type