This commit is contained in:
Charlie Root
2022-07-31 09:56:11 +00:00
parent e6fb49a565
commit 58f2e80eb5
15187 changed files with 1424423 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
var stringify = require('../');
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
console.log(stringify(obj));