<?php $input = '{ "0": "data" }'; $result = json_decode($input); var_dump($result->{"0"}); $result->{"0"} = 1; var_dump($result->{"0"}); var_dump($result); // NULL
You have javascript disabled. You will not be able to edit any code.