Skip to main content

from_json

Function from_json 

Source
pub fn from_json<T: DeserializeOwned>(bytes: &[u8]) -> Result<T>
Expand description

Deserialize a JSON body from the wire into a typed value.