pub fn parse_where(where_json: &Value) -> Result<ParsedWhere, ParseError>
Parse a decoded where object.
where