# Functions
JSONReaderToQuery is a wrapper for JSONToQuery.
JSONStringToQuery is a wrapper for JSONToQuery.
JSONToQuery creates a new query from parsed json.
# Constants
ConditionOpEq represents "_eq".
ConditionOpGt represents "_gt".
ConditionOpGte represents "_gte".
ConditionOpGteLt represents "_gte" and "_lt".
ConditionOpGteLte represents "_gte" and "_lte".
ConditionOpGtLt represents "_gt" and "_lt".
ConditionOpGtLte represents "_gt" and "_lte".
ConditionOpLt represents "_lt".
ConditionOpLte represents "_lte".
ConditionOpNil is the nil condition (should never materialize).
ConditionOpPrefix represents "_prefix".
# Type aliases
ConditionOp is an enum representing possible conditions on fields.
Query represents a parsed query.