Updation of child object isn't reflected in parent Object #968
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
I've following snippet, where I read and modify child obj attributes with
at
, But it doesn't get reflected in parent Obj. At the end of following code_root
is written to file, But with previoius values of_child["array"]
.For example Previous values for
_child["array"]
were[1, 2]
andvec
contains[99, 98]
. So at the end it should be 99, 98.Previous Json values:
Expected Json Values:
Am I doing it right?
The text was updated successfully, but these errors were encountered: