We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
php > var_export(json_decode('{"0":1,"\u0000":2}', true)); N_ERROR)); array ( 0 => 1, '' . "\0" . '' => 2, ) php > var_export(json_decode('{"0":1,"\u0000":2}', false, JSON_PARTIAL_OUTPUT_ON_ERROR)); NULL php > var_export(json_last_error_msg()); 'The decoded property name is invalid'
parsers such as in userland may benefit from preserving string keys, types, etc, and using less memory.
The text was updated successfully, but these errors were encountered:
Related to #47
Sorry, something went wrong.
No branches or pull requests
parsers such as in userland may benefit from preserving string keys, types, etc, and using less memory.
The text was updated successfully, but these errors were encountered: