I have this object:
{"wordFormId":"abandon",
"wordFormIdentity":1,
"ascii":97,
"wordId":"abandon",
"primary":true,
"posId":2}
How can I remove the ascii property? I know I could set it to null but I assume it would then still be there. What I would like to do is to completely remove it.