You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds good to reduce the size of payloads, but it will consume more time in encoding because MessagePack's map type has a "size" data before its contents, so the encoder must count the number of entries to encode. So I'll add it but won't make it the default.
In JSON,
undefined
values stripped off the objectand undefined values in arrays are converted to
null
It would be great if there were some option that removed undefined props at encode time.
The text was updated successfully, but these errors were encountered: