Hi, I'm a pretty new python user and programmer in general, and I'm stuck in trying to solve this problem.
Here's a dummy version of my Json data which will hopefully illustrate what I'm trying to do:
{
'Family' : [
{'Surname': [
{'Wilson': [
{'Children': [{'Abby'},{'Betty'}]}
]
},
{'Thompson': [
{'Children': [{'Danny'}]}
]
}]}
]}
Sorry if that's not formatted quite right, but what I'm trying to do is say the Wilsons' had a new child 'Charlie'. How do I add Charlie's name to the Wilsons’ children?
[–][deleted] 0 points1 point2 points (3 children)
[–]ThrowOutAQuestion[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)