-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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
Labels
No labels