📄 str.js
/home/palash/git/site/node_modules/json-stable-stringify-without-jsonify/example/str.js
Language: js • Lines: 3
var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));