Will this handle the following case ? var data = [ { **"Name": ["Bob","kishore"],** "Location": "Sweden" }, { "Name": "Alice", "Location": "France" } ];
Will this handle the following case ?
var data = [
{
"Name": ["Bob","kishore"],
"Location": "Sweden"
},
{
"Name": "Alice",
"Location": "France"
}
];