Class Standards.JSONPath.EmbeddedQuery

class Standards.JSONPath.EmbeddedQuery
Description

Handles text substitutions where the template text contains embedded JSONPath queries inside "{{" and "}}"-braces.

See also

Query


Variable fragments

protected array(string|Query) Standards.JSONPath.EmbeddedQuery.fragments

Description

Interleaved string fragments and JSONPath queries.


Method create

Standards.JSONPath.EmbeddedQuery Standards.JSONPath.EmbeddedQuery(string template)

Description

Compile a template with {{}}-embedded JSONPath queries.

Parameter template

Template to compile.