UNPKG

json-merge

Version:

given two streams of newline delimited JSON data perform a merge/extend on each object in the stream

15 lines 173 B
{ "data": [ { "a": { "all": "lowercase" }, "b": { "ALL": "CAPS" }, "c": { "All": "Propercase" } } ] }