JSON.stringify(dragdata, (key,value)=>{ if(typeof value=== "array") return JSON.stringify(value); return value; });