# File lib/json/light_object.rb, line 39
    def method_missing(*a, &b)
      to_hash.__send__(*a, &b)
    rescue NoMethodError
      super
    end