mirror of
https://gitea.com/actions/stale.git
synced 2026-07-20 20:42:19 +00:00
0649bd8119
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
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));
|