-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
JSON:
"" : "value"
Result:
DotDict({'': 'value'})
Empty strings are accepted as key name. Here I have doubts.
Cross check:
" " : "value"
Result:
Error: 'Invalid key name: " ". Key names have to start with a letter, digit or underscore.'!
That is OK, and in my opinion also an empty string should be an invalid key name.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done