compile


Description:

public bool compile (string expression) throws Error

Validates and decomposes the given expression.

A JSONPath expression must be compiled before calling [method@Json.Path.match].

Parameters:

this

a path

expression

a JSONPath expression

Returns:

`TRUE` if the compilation was successful, and `FALSE` otherwise