pub fn parse_value( content: &str, format: Format, ) -> Result<Value, RustyQLibError>
Parse a document in either format into a Value.
Value