I currently have a json file that look like this
{“results”:
[{“contacts” : [“alex”,“carlos”],
“username” :“carlos”,
“createdAt” : " 2014-06-27T19:42:55.302Z",
“updatedAt” : “2014-06-27T23:10:28.195Z”,
“objectId” : “VvfflS9PKC”}]}
I want to be able to access the “contacts” information(“alex” and “carlos”) and save it in a table. How can I do this?