avian2 / jsonmerge

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

Does it preserve the ordering of attributes? #67

Open codingbutstillalive opened 4 months ago

codingbutstillalive commented 4 months ago

I would like to process Json objects with ordered structures representing a Table of Content of a document.

Is there a way to preserve the ordering during merges?

Best regards!