# File lib/multi_json/adapters/ok_json.rb, line 19 def dump(object, options={}) ::MultiJson::OkJson.valenc(stringify_keys(object)) end