Files
codeql-action/node_modules/json-stable-stringify-without-jsonify/example/str.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
97 B
JavaScript
Raw Normal View History

2020-09-14 10:42:37 +01:00
var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));