pub fn parse_source_file(
    file: &Path,
    options: &ParseOptions
) -> Result<Value, Error>
Expand description

Parses a source file into a generic Value, inferring its format.