Skip to content

List containing null values #6

@YaYaB

Description

@YaYaB

Currently if a json array contains a value equal to null, the following error will be displayed

    my_elems = '[' + ','.join(my_elems) + ']'
TypeError: sequence item 0: expected str instance, NoneType found                                                              

The following json generates this error:

{
  "test":[null, null, null, {"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