# File lib/selenium/webdriver/common/json_helper.rb, line 15
        def json_load(obj)
          MultiJson.decode(obj)
        end