node-sorted-object

Returns a copy of an object with its keys sorted
  https://github.com/domenic/sorted-object
  0
  no reviews



Node.js module to create a version of an object with its keys sorted so that you'll get a consistent order every time on serializing. This makes it easier to diff the resulting JSON.

Node.js is an event-based server-side JavaScript engine.