<?php foreach([ 'null', 'true', 'false', '"text"', '123', '1E2', '[1,2,3]', '{"foo":"bar"}', ] as $json) { var_dump(json_decode($json, true)); assert(json_last_error() === JSON_ERROR_NONE); }
You have javascript disabled. You will not be able to edit any code.