Hello. I have a family class containing about 50 instance variables and several dictionaries with accordable pairs "variable name":"value".
I could create a function to manually apply each variable with 50 single actions, but that's very consuming, inconvenient and may cause errors, i.e. if I change family variable name and forget to fix key string.
Is there any way to transfer data from a dictionary, array or maybe JSON string automatically? Like "for each variable" action or something.
Here's example of what I need: