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
Right, it is not valid but Cheshire encodes it as an empty string by default. I think throwing an exception is a good default behaviour but would be great to have some option to specify what to do with nil keys as an option for write-value function. That is possible right now but it requires custom NullKeySerializer implementation so the overall setup become a bit bloated.
I'm getting an exception trying to write to string a map with nil as a key.
I tried to set :encode-key-fn option but with the same result. Looks like my function is not executed at all.
The text was updated successfully, but these errors were encountered: