Files
2026-DEV-BUT3/node_modules/json-stable-stringify-without-jsonify/example/nested.js
T
2026-04-25 15:28:39 +02:00

4 lines
109 B
JavaScript

var stringify = require('../');
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
console.log(stringify(obj));