Skip to main content

parse_json

Function parse_json 

Source
fn parse_json<T>(data: &[u8]) -> Option<T>
where T: for<'de> Deserialize<'de>,