对呈现的字段进行排序 JSON

Sort fields in rendered JSON

使用 Spray JSON,如何渲染字段按字母数字排序的对象?

我的 objective 是为了获得排序的输出,以便我可以使用纯文本差异工具。

在最新版本的 spray-json 中现在有一个 sortedPrint 方法:https://github.com/spray/spray-json/pull/164