json-sorted-stringify

Alternative JSON.stringify function with sorted keys, so the output is stable.

treemap-js

A binary tree based map (aka dictionary) data type for Javascript, keeping keys sorted at all times

deepsortobj

Deep-copy an object, with keys sorted. Supports circular references and custom sort order.