Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
fast-json-stable-stringify
/
example
/
File Content:
key_cmp.js
var stringify = require('../'); var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 }; var s = stringify(obj, function (a, b) { return a.key < b.key ? 1 : -1; }); console.log(s);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
key_cmp.js
177 bytes
0644
nested.js
109 bytes
0644
str.js
97 bytes
0644
value_cmp.js
188 bytes
0644
N4ST4R_ID | Naxtarrr