I get a JSON array like this
[
{
"accNo":"8567856",
"ifscCode":"YESB000001"
},
{
"accNo":"85678556786",
"ifscCode":"YESB000001"
}
]
I get an array with no arrayName in json. I tried to parse this JSON in swift 3 with type casting it to get the values in all array(using as? NSArray, NSDictionary, [Array -String,AnyObject-],etc).But it all failed. Is there a way in swift to get array values