8000 Support null for Map<string, obj> · Issue #54 · fsprojects/FSharp.Json · GitHub
[go: up one dir, main page]

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0