📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 09:15:00
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
fast-json-stable-stringify
/
example
✏️
Editing: 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);
💾 Save Changes
❌ Cancel