Hi, I have a string, which is comes from js using encodeURICompoent(). Now i would like to convert this string into array. I tried my level best to solve this. But i couldn't find any solution to do this. Any help greatly appreciated.
array string = 'array(0=>array("packid"=>22,"pverid"=>18,"yaml"=>"- url: /static
static_dir: static
- url: .*
script: provider.py" ),1=>array("packid"=>23,"pverid"=>19,"yaml"=>"- url: /static
static_dir: static
- url: .*
script: provider.py" ));';
Thanking you, sureace