DecodeError | = | LoadError # Legacy support |
VERSION | = | Version.to_s.freeze |
ALIASES | = | { 'jrjackson' => 'jr_jackson' } |
REQUIREMENT_MAP | = | [ ['oj', :oj], ['yajl', :yajl], ['jrjackson', :jr_jackson], ['json/ext', :json_gem], ['gson', :gson], ['json/pure', :json_pure] |
dump_options | -> | default_options |
Since `default_options` is deprecated, the reader is aliased to `dump_options` and the writer sets both `dump_options` and `load_options` |
The default adapter based on what you currently have loaded and installed. First checks to see if any adapters are already loaded, then checks to see which are installed if none are loaded.