Method: Selenium::WebDriver::JsonHelper#json_dump
- Defined in:
-
lib/selenium/webdriver/common/json_helper.rb,
lib/selenium/webdriver/common/json_helper.rb more...
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.
41 42 43 |
# File 'lib/selenium/webdriver/common/json_helper.rb', line 41 def json_dump(obj) MultiJson.dump(obj) end |