UNPKG

@nlighten/json-transform-core

Version:

Core types and utilities for handling JSON transformers

33 lines (32 loc) 692 B
[ { "name": "Inline", "given": { "input": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "definition": "$$partition(3):$" }, "expect": { "equal": [ [1, 2, 3], [4, 5, 6], [7, 8, 9], [10] ] } }, { "name": "Object", "given": { "input": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "definition": { "$$partition": "$", "size": 3 } }, "expect": { "equal": [ [1, 2, 3], [4, 5, 6], [7, 8, 9], [10] ] } } ]