Reputation: 1
{
"Search": [
{
"name": "akram",
"roll": 101
},
{
"name": "wasim",
"roll": 102
}
],
"total": "two record"
}
I want to print like this:
akram 101
wasim 102
Upvotes: 0
Views: 695