Class
MultiJson::Adapters::Oj
In:
lib/multi_json/adapters/oj.rb
Parent:
Adapter
Use the
Oj
library to dump/load.
Methods
dump
load
Constants
ParseError
=
defined?(::Oj::ParseError) ? ::Oj::ParseError : SyntaxError
Public Instance methods
dump
(object, options={})
load
(string, options={})
[Validate]