Parse a JSON-serialized advanced search query into an include query and an exlude query. The structure of the query must be one of the following:
The behavior of this function is unspecified if the JSON has any other structure.
A tuple of an include query and an exclude query, parsed from the json. Either or both may be null.
The serialized query
Generated using TypeDoc
Parse a JSON-serialized advanced search query into an include query and an exlude query. The structure of the query must be one of the following:
The behavior of this function is unspecified if the JSON has any other structure.
Returns
A tuple of an include query and an exclude query, parsed from the json. Either or both may be null.