Skip to main content

parse_value

Function parse_value 

Source
pub fn parse_value(s: &str, format: Format) -> Result<Value>
Expand description

Parse a metadata document in format into a Value, serde-free.

An empty document is Value::Null.