<?php $string = "[{'test':'1', 'anothertest':'2'}, {'test':'3', 'anothertest':'4'}]"; $string = str_replace("'",'"', $string); print_r(json_decode($string,true));
You have javascript disabled. You will not be able to edit any code.