Как получить значение var по имени Годо
print(obj.get("a"))
# and it prints as obj.a
Crazy Caracal
print(obj.get("a"))
# and it prints as obj.a