Json table

Hello guys i have a json object like this;
{
  a: [],    //<---- string list
  b: [],
  ... and all the alphabet    
}


how can i turn this into a table?
Was this page helpful?