Skip to main content

parse_str_value

Function parse_str_value 

Source
pub fn parse_str_value(content: &str) -> Result<Value, Error>
Expand description

Parses a Value from a &str without building a CodeMap.

This is the fastest path: the slice parser is monomorphised against a no-op fragment recorder, so each value is built with zero Vec::push for span tracking.