# File lib/json/light_object.rb, line 19
    def [](name)
      to_hash[name.to_sym]
    end