first commit

This commit is contained in:
2025-10-11 10:47:07 +08:00
Unverified
commit 392a6a604c
6725 changed files with 1379477 additions and 0 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));