Files
Ceras/themes/ceras/node_modules/json-stable-stringify/example/str.js
T
2023-07-12 16:31:19 +01:00

4 lines
97 B
JavaScript
Executable File

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