# File lib/selenium/webdriver/common/json_helper.rb, line 22
        def json_dump(obj)
          MultiJson.dump(obj)
        end