I want to use the value of an objects property to name the property of another object. Easy to do in PHP:
$object1->property = \'name\'; $object2->{$o
object2[object1.property] = "value";