Skip to main content

parse_quoted_key

Function parse_quoted_key 

Source
pub fn parse_quoted_key(content: &str, start: usize) -> Result<(String, usize)>
Expand description

Parse a quoted key and validate the following colon.

ยงErrors

Returns an error for unterminated quotes or missing colon.