{ delete: "me" }
[EDIT: See also this YouTube video, where Douglas Crockford explains it himself: https://youtu.be/-C-JoyNuQJs?t=5m]
alert(JSON.stringify({delete: "me", for: 1, var: 2}));
{"delete":"me","for":1,"var":2}
[EDIT: See also this YouTube video, where Douglas Crockford explains it himself: https://youtu.be/-C-JoyNuQJs?t=5m]