# File lib/rhc/vendor/okjson.rb, line 431
      def objenc(x)
        '{' + x.map{|k,v| keyenc(k) + ':' + valenc(v)}.join(',') + '}'
      end