pub fn parse_str_value(content: &str) -> Result<Value, Error>
Parses a Value from a &str without building a CodeMap.
Value
&str
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.
Vec::push