Jquery ajax – Want to remove outer array of json data
This is my json data and I want to remove the outer array. [ [ { "name":"name", "zip_code":"50700", "state":"state", "country":"country" } ] ] I want like that [ { "name":"name", "zip_code":"50700", "state":"state", "country":"country" } ]