<?php function d($v) { $r = json_decode($v); var_dump($r); } d('{"foo":"bar"}'); d('{"foo":[1,2]}'); d('{"foo":[{"bar":"baz"}]}');
You have javascript disabled. You will not be able to edit any code.