geofffranks / spruce

A BOSH template merge tool
MIT License
426 stars 77 forks source link

How to disable sort on merging? #361

Open Feofilakt opened 2 years ago

Feofilakt commented 2 years ago

Hello! Thanks for spruce, it seems suited great for my task to merge two json configs. But I've noticed that it sorts content during merging. Is it possible to disable sorting?

geofffranks commented 2 years ago

Unfortunately not currently. That's from an upstream yaml library when doing marshal/unmarshal. A PR to compensate would be welcome though :)