Skip to content

Support null for Map<string, obj> #54

@katatunix

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions