Conformance Examples 0.1.0 — Transforms: transform-find¶
find-property-value¶
With two arguments, returns the first struct whose property equals the value.
Template
Context
Output
find-property-truthy¶
With one argument, returns the first struct whose property is truthy.
Template
Context
Output
find-no-match-is-null¶
When nothing matches, the result is null.
Template
Context
Output
find-non-list-is-null¶
find operates only on lists; a string input yields null.
Template
Context
Output
find-non-struct-contents-is-null¶
find expects a list of structs; non-struct contents yield null.
Template
Context
Output
Source fixture: transforms/transform-find.json