Conformance Examples 0.1.0 — Transforms: transform-uniq¶
uniq-strings¶
Duplicate string elements are removed, keeping the first occurrence's order.
Template
Context
Output
uniq-numbers¶
Duplicate numeric elements are removed.
Template
Context
Output
uniq-non-list-is-null¶
uniq operates only on lists; a string input yields null.
Template
Context
Output
Source fixture: transforms/transform-uniq.json