We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631f1a8 commit 3c730fdCopy full SHA for 3c730fd
1 file changed
lib/multi_json/adapters/jr_jackson.rb
@@ -12,7 +12,7 @@ def load(string, options={}) #:nodoc:
12
end
13
14
def dump(object, options={}) #:nodoc:
15
- ::JrJackson::Json.dump(object)
+ ::JrJackson::Json.dump(object, options)
16
17
18
0 commit comments