pub fn parse_json_with_options( input: &str, options: ParserOptions, ) -> Result<JsonValue, SimpleError>