Function jsondata::jptr::unquote[][src]

pub fn unquote(fragment: &str) -> Result<String>

unquote path fragment for backslash and tilde escape defined by the RFC specification.

After un-escaping each path-fragment caller can join them with ‘/’.