mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
var stringify = require('../');
|
|
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
|
|
console.log(stringify(obj));
|