TRUE if the compilation was successful, and FALSE
otherwise
bool compile(string expression)Validates and decomposes the given expression.
A JSONPath expression must be compiled before calling [json.path.Path.match].
expression | a JSONPath expression |
TRUE if the compilation was successful, and FALSE
otherwise