UNPKG

@nlighten/json-transform-core

Version:

Core types and utilities for handling JSON transformers

31 lines (30 loc) 623 B
[ { "name": "Add", "given": { "input": { "a": { "b": "c" } }, "definition": { "$$jsonpatch": "$", "ops": [ { "op": "add", "path": "/a/d", "value": "e" } ] } }, "expect": { "equal": { "a": { "b": "c", "d": "e" } } } } ]