How can i read this json string using a loop, the intention is to create/append a table with 3 columns containing in each row one of this json values, not sure how can i achieve it
{
"1":
{
"update":"Ja existe",
"numero":1,
"registro":"IBRAM - 2014"
},
"2":
{
"update":"Ja existe",
"numero":2,
"registro":"PM-SP - 2014"
},
"3":
{
"update":"Ja existe",
"numero":3,
"registro":"ARTESP - 2014"
}
}