JSON.sortify
JSON.sortify copied to clipboard
A deterministic version of JSON.stringify that sorts object keys alphabetically.
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.
I dont know why
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....