Skip to content

Keep null in list #9

@YaYaB

Description

@YaYaB

Currently if a json array contains a value equal to null, the value will be omitted.
But at some points, one would like to handle it better:

  • Remove it
  • Keep it
    If we have the following json:
{
  "test":[null, null, null, {"src": "test"}]
}

In output we could have:

  • "test":[null, null, null, {"src": "test"}]
  • "test":["src": "test"}]

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