Module | MultiJson::Adapters::Oj |
In: |
lib/multi_json/adapters/oj.rb
|
Use the Oj library to dump/load.
DEFAULT_OPTIONS | = | {:mode => :compat, :time_format => :ruby}.freeze |
ParseError | = | if defined?(::Oj::ParseError) |