Skip to content

Support null for Map<string, obj> #54

Description

@katatunix

I'm trying to serialize/deserialize a value of type Map<string, obj>, using the allowUntyped config already.

Everything is fine except when some obj is null. For example, deserializing { "hello": null } will throw System.NullReferenceException; the same for serializing Map [ ("hello", null) ].

Could you please support this particular case?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions