Module: MultiJSON::Adapters Private
- Defined in:
- lib/multi_json/adapters/oj.rb,
lib/multi_json/adapters/yajl.rb,
lib/multi_json/adapters/json_gem.rb,
lib/multi_json/adapters/oj_common.rb,
lib/multi_json/adapters/fast_jsonparser.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Namespace for JSON adapter implementations
Each adapter wraps a specific JSON library and provides a consistent interface for loading and dumping JSON data.
Defined Under Namespace
Modules: OjCommon Classes: FastJsonparser, JsonGem, Oj, Yajl