pub fn parse_source(
    source: &str,
    format: Format,
    options: &ParseOptions
) -> Result<Value, Error>
Expand description

Parse source of a given format, producing a generic Value.