Conformance Examples 0.1.0 — Transforms: transform-map¶
map-simple-key¶
A bare property name is resolved as a KPointer dot-notation segment and 'just works'.
Template
Context
Output
map-nested-rfc6901-pointer¶
A leading-slash argument is resolved as a strict RFC 6901 JSON Pointer for nested access.
Template
Context
Output
map-nested-dot-notation¶
A dotted argument is resolved as nested dot-notation for nested access.
Template
Context
Output
map-missing-property-is-null-element¶
A struct missing the property contributes a null element to the result list.
Template
Context
Output
map-non-list-is-null¶
map operates only on lists; a string input yields null.
Template
Context
Output
map-non-struct-contents-is-null¶
map expects a list of structs; non-struct contents yield null for the whole result.
Template
Context
Output
Source fixture: transforms/transform-map.json