/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
fast-json-stable-stringify
/
example
/
/home/techb158/balavpn.abdallabala.com/node_modules/fast-json-stable-stringify/example
mkdir
upload
Name
Size
Mode
Actions
key_cmp.js
177
0666
edit
dl
rm
nested.js
109
0666
edit
dl
rm
str.js
97
0666
edit
dl
rm
value_cmp.js
188
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/fast-json-stable-stringify/example/value_cmp.js
(188B)
var stringify = require('../'); var obj = { d: 6, c: 5, b: [{z:3,y:2,x:1},9], a: 10 }; var s = stringify(obj, function (a, b) { return a.value < b.value ? 1 : -1; }); console.log(s);
Save
cmd:
run