Skip to main content

decode_portable_json

Function decode_portable_json 

Source
pub fn decode_portable_json<T: DeserializeOwned>(wire: &str) -> Result<T, Error>
Expand description

Decodes a typed value after enforcing the portable JSON number profile.