I am trying JSON to html on the following JSON, and I am receiving empty table in the output. Any idea what I maybe missing here?
var jsonData = {"ConsumedCapacityUnits":0.5,"Item":{"FirstName":{"S":"Joe"},"LastName":{"S":"Smith"}}};
var htmlOutput = ConvertJsonToTable(jsonData); //Empty html table is returned here.