iphone - using PHP to create multidimensional array from simple JSON array -
I have a php query that returns the following JSON format from the table. "Member": "18", "Eugene FK": "30", "Login Name": "Johnson", "Name": "Frank", "Age": "23 "," Location ":" school ",}, this requires the following format: [{" memberid ":" 18 "{ "User": "30", "login name": "John", "name": "frank", "age": "23", "location": "school",}}, I was told in another question that PHP will work and it seems that "transparency" may be appropriate, I have to find out what to put in PHP before returning JSN Hia. My Array. The list will look like the following: Route: dictionary V lines: Array V Item 0: Dictionary Title: String 18 V Child Array V Item 0 Title String 30 etc. Thanks in advance. I'm not completely sure that ...