Conformance Examples 0.1.0 — Transforms: transform-reject¶
reject-property-value¶
With two arguments, removes structs whose property equals the value.
Template
Context
Output
reject-property-truthy¶
With one argument, removes structs whose property is truthy (keeping the falsy ones).
Template
Context
Output
reject-non-list-is-null¶
reject operates only on lists; a string input yields null.
Template
Context
Output
reject-non-struct-contents-is-null¶
reject expects a list of structs; non-struct contents yield null.
Template
Context
Output
Source fixture: transforms/transform-reject.json