You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: