Skip to main content

parse_object_literal

Function parse_object_literal 

Source
fn parse_object_literal(arg: &str) -> Result<Vec<(String, String)>, String>
Expand description

Parses { key: <expr>, "quoted": <expr> } into ordered pairs.