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

issue in add_objcet_to_json #58

Open
Amangondaliya555 opened this issue Oct 13, 2023 · 0 comments
Open

issue in add_objcet_to_json #58

Amangondaliya555 opened this issue Oct 13, 2023 · 0 comments

Comments

@Amangondaliya555
Copy link

Hi, I believe there is a small issue with the function add_object_to_json. In line 132 of jsonlibrary.py, it should be...

match.value.update({child_name: object_to_add_cpy[child_name]})

Currently, the function is adding the whole object as a value.
input: {key1;value1}
output: {key1: {key1;value1}}

can you please check and let me know if it is a bug or I am doing something wrong?

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

No branches or pull requests

1 participant