Sha256: 8bfb1825ceaa31e04eb55d48796bd1ebb599d61921f9ed632238482258c2ade3

Contents?: true

Size: 177 Bytes

Versions: 302

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

302 entries across 167 versions & 25 rubygems

Version Path
govuk_publishing_components-16.20.1 node_modules/fast-json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.20.1 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
govuk_publishing_components-16.20.1 node_modules/json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.20.0 node_modules/fast-json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.20.0 node_modules/json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.20.0 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
govuk_publishing_components-16.19.0 node_modules/json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.19.0 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
govuk_publishing_components-16.19.0 node_modules/fast-json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.18.0 node_modules/json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.18.0 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
govuk_publishing_components-16.18.0 node_modules/fast-json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.17.0 node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js
govuk_publishing_components-16.17.0 node_modules/json-stable-stringify/example/key_cmp.js
govuk_publishing_components-16.17.0 node_modules/fast-json-stable-stringify/example/key_cmp.js
optimacms-0.4.3 spec/dummy/node_modules/fast-json-stable-stringify/example/key_cmp.js
optimacms-0.4.3 spec/dummy/node_modules/json-stable-stringify/example/key_cmp.js
optimacms-0.4.2 spec/dummy/node_modules/json-stable-stringify/example/key_cmp.js
optimacms-0.4.2 spec/dummy/node_modules/fast-json-stable-stringify/example/key_cmp.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/fast-json-stable-stringify/example/key_cmp.js