ALIASES | = | { 'jrjackson' => 'jr_jackson' } |
REQUIREMENT_MAP | = | [ ['oj', :oj], ['yajl', :yajl], ['jrjackson', :jr_jackson], ['json/ext', :json_gem], ['gson', :gson], ['json/pure', :json_pure] |
VERSION | = | Version.to_s.freeze |
DecodeError | = | LoadError = ParseError # Legacy support |
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.