Sha256: 8bfb1825ceaa31e04eb55d48796bd1ebb599d61921f9ed632238482258c2ade3

Contents?: true

Size: 177 Bytes

Versions: 340

Compression:

Stored size: 177 Bytes

Contents

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);

Version data entries

340 entries across 186 versions & 26 rubygems

Version Path
immosquare-cleaner-0.1.68 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.68 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.67 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.67 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.66 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.66 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.65 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.65 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.64 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.64 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.63 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.63 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
rapid_stack-0.2.0 templates/frontend/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
rapid_stack-0.2.0 templates/frontend/node_modules/fast-json-stable-stringify/example/key_cmp.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/fast-json-stable-stringify/example/key_cmp.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/fast-json-stable-stringify/example/key_cmp.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
immosquare-cleaner-0.1.62 node_modules/fast-json-stable-stringify/example/key_cmp.js
immosquare-cleaner-0.1.62 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js