class

Krikri::JMESPath::Evaluator

Inherits Reference < Object


Evaluator - returns (value, is_projection) pairs; a projection is the spec's name for a value produced by a wildcard/flatten/filter, where subsequent sub-expressions map over the elements instead of treating the array as data.

Instance methods

eval(node : Node, data : JSON::Any) : JSON::Any
Source

Nested types