Closed joente closed 5 months ago
Describe the bug When loading JSON string with the json_load() function, it is possible to load reserved keys.
json_load()
To Reproduce
json_load('{"#": 123}');
Expected behavior A value error is expected with a message that the property is reserved.
Describe the bug When loading JSON string with the
json_load()
function, it is possible to load reserved keys.To Reproduce
Expected behavior A value error is expected with a message that the property is reserved.