Conformance Examples 0.1.0 — Transforms: transform-has¶
has-property-value-true¶
With two arguments, returns true when some struct's property equals the value.
Template
Context
Output
has-property-value-false¶
With two arguments, returns false when no struct's property equals the value.
Template
Context
Output
has-property-truthy¶
With one argument, returns true when some struct's property is truthy.
Template
Context
Output
has-non-list-is-null¶
has operates only on lists; a string input yields null.
Template
Context
Output
has-non-struct-contents-is-null¶
has expects a list of structs; non-struct contents yield null.
Template
Context
Output
Source fixture: transforms/transform-has.json