spdx / LicenseListPublisher

Tool that generates license data found in the license-list-data repository from the license-list-XML source
Apache License 2.0
11 stars 18 forks source link

Sort JSON by some stable identifier #146

Closed JakeWharton closed 2 years ago

JakeWharton commented 2 years ago

We embed the JSON in our tool and regularly update it when it changes. The JSON file seems to randomly change order on each update making its diff unreviewable. We don't actually want to review the contents, but with a stable sort we would at least be able to visually sanity check that the changes are as expected.

goneall commented 2 years ago

I'm planning on a new release of the LicenseListPublisher before the next license list release - if it's not to hard, I'll include a fix for this.

JakeWharton commented 2 years ago

Thanks!