avian2 / jsonmerge

Merge a series of JSON documents.
MIT License
214 stars 25 forks source link

Please add more examples #66

Open HaykManukyanAvetiky opened 9 months ago

HaykManukyanAvetiky commented 9 months ago

I find this really usefull when working with different datasets. Spark has standard way of defining dataset schema as json. Sometimes to track schema changes what we really need is to merge old and new schemas to have umbrela schema to sport everything. That is ending up to merge of two dictionaries. More particularly merjing arrays of dicts by some key identifier.