📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 17:24:01
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
fast-json-stable-stringify
/
example
📍 /usr/lib/node_modules/npm/node_modules/fast-json-stable-stringify/example
🔄 Refresh
✏️
Editing: key_cmp.js
Read Only
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);
💾 Save Changes
❌ Cancel