JSFiddle - React, Tailwind, and code Playground
by mustkeom
JavaScript
var table = {"abc":{0:0, 1:5, 2:0, 3:0, 4:0, 5:0, 6:0, 7:0, 8:0}};
table.xyz = {0:0, 1:5, 2:0, 3:0, 4:0, 5:0, 6:0, 7:0, 8:0}
alert(JSON.stringify(table))
console.log(JSON.stringify(table));