pub fn parse_value_non_unified(
    raw_value: Value,
    options: &ParseOptions
) -> Result<Value, Error>
Expand description

Parse a YAML value, producing a generic Value.

This bypasses the unification step, which currently does nothing anyway.