I have a path to an objects attribute in text, and I need to set some value on that path, but on the real object
Example:
var path = 'object.children.child[0].id';
var id = 1;
And I need to set it on the id on the attribute located on path