I am using some built in functions which is taking some arrays as input. Now I have value
String network=[{"GUID":"a","Type":"WiFi","WiFi":{"AutoConnect":true,"Passphrase":"12345678","SSID":"Free PTCL unlimited"}},{"GUID":"b","Type":"WiFi","WiFi":{"AutoConnect":true,"Passphrase":"12345678","SSID":"Free PTCL unlimited"}}]
Actually it is like an array but when i input this value the compiler say the function requires an array value. Now what i need to to convert this string into array