Method: Selenium::WebDriver::JsonHelper#json_dump

Defined in:
lib/selenium/webdriver/common/json_helper.rb,
lib/selenium/webdriver/common/json_helper.rb
more...

#json_dump(obj) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

[View source]

41
42
43
# File 'lib/selenium/webdriver/common/json_helper.rb', line 41

def json_dump(obj)
  MultiJson.dump(obj)
end