<?php $str = "['text', 'text', 100, ['text', false], false, ['text', 200], 'text']"; $json = str_replace("'", '"', $str); print_r(json_decode($json));
You have javascript disabled. You will not be able to edit any code.