JSON.sortify icon indicating copy to clipboard operation
JSON.sortify copied to clipboard

A deterministic version of JSON.stringify that sorts object keys alphabetically.

Results 5 JSON.sortify issues
Sort by recently updated
recently updated
newest added

This package is dependent on npm: '~1.0.20' Which I think nobody has, I guess it should be >1.0.20? also because node must be greater as 4 so this gives warnings...

modify define call for improved compatibility with requirejs.

Let's say I have the following JSON object: { "name" : "John", "age" : 55, "sex" : "M" } using sortify, of course it will sort them by alphabetical order....