Skip to content

to_json does not convert null values #381

@arcoRocks

Description

@arcoRocks
  • Compiler Used: Microsoft Visual C++ 2017
  • Operating System: Windows 10
  • Architecture (ARM/x86/32bit/64bit/etc): 32/64
  • Branch: release-6.x

Expected Behavior

to_json(from_json("{\"a\": \"string\", \"b\": null}"))
{
  "a" : "string",
  "b" : null
}

Actual Behavior

 to_json(from_json("{\"a\": \"string\", \"b\": null}"))
Unknown object type to convert to JSON

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