Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to recreate a list #361

Open
HolQue opened this issue Oct 28, 2024 · 0 comments
Open

Failed to recreate a list #361

HolQue opened this issue Oct 28, 2024 · 0 comments
Labels

Comments

@HolQue
Copy link
Collaborator

HolQue commented Oct 28, 2024

In the following JSON code a list is recreated:

"A" : [1,  2],
"A" : [3,  4]

Result:

Error: 'argument of type 'int' is not iterable

But expected:

"A" with value [3, 4]

Cross check

The same with a dictionary:

"B" : {"param1" : 1},
"B" : {"param2" : 1}

Result (like expected):

DotDict({'B': DotDict({'param2': 1})})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants