SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
109 Bytes
var stringify = require('../');
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
console.log(stringify(obj));