@lagerdeveloper, assuming you mean object properties with values of undefined? I just tested this out with the TodoMVC app and it doesn't appear to be the case.

Yes, I guess that was about Chrome Extension. You need to add serialize option, otherwise JSON.stringify loses it.
Most helpful comment
Yes, I guess that was about Chrome Extension. You need to add
serializeoption, otherwiseJSON.stringifyloses it.