avian2 / jsonmerge

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

Adding sorting to arrays #50

Closed pmvieira closed 3 years ago

pmvieira commented 3 years ago

Hi,

would you be open to accept a PR to enable users to sort arrays?

I'm thinking in two options: either extending the classes and modifying the merge function, or simply adding an optional parameter to the current classes. Which one would you prefer? Happy to submit an initial approach for review if you think that's a good idea.

pmvieira commented 3 years ago

duplicate (sorry, github was return a 404 after submiting)