Function serde_json_core::from_str_escaped

source ยท
pub fn from_str_escaped<'a, T>(
    s: &'a str,
    string_unescape_buffer: &mut [u8],
) -> Result<(T, usize)>
where T: Deserialize<'a>,
Expand description

Deserializes an instance of type T from a string of JSON text, using the provided buffer to unescape strings