Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unquoted keywords are valid ES5.1 object properties.

    alert(JSON.stringify({delete: "me", for: 1, var: 2}));
results in:

    {"delete":"me","for":1,"var":2}
The only browser it does not work in is IE8 and earlier.


JSON significantly predates ES 5.1




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: