[][src]Function json_pop::parse_str

pub fn parse_str<'a>(
    bytes: &'a str
) -> Result<Value<'a>, ParseError<usize, Token<'a>, CompilationError>>