Hi All,
I need to iterate over JSONArray in Nav2018, following is the JSON Array snippet.
JSON Data:
{
"return": [
{
"id": 1,
"first_name": "aaa",
"last_name": "ddd",
},
{
"id": 2,
"first_name": "bbb",
"last_name": "eee",
},
{
"id": 3,
"first_name": "ccc",
"last_name": "ttt",
}
]
}
Here I need to insert each "id" data like id, first_name,last_name as a row in the database table.
Thanks in advance.
*This post is locked for comments
I have the same question (0)