REQUIREMENT_MAP | = | [ ["yajl", :yajl], ["json", :json_gem], ["json/pure", :json_pure] |
VERSION | = | "1.0.3" |
Decode a JSON string into Ruby.
Options
:symbolize_keys : | If true, will use symbols instead of strings for the keys. |
The default engine based on what you currently have loaded and installed. First checks to see if any engines are already loaded, then checks to see which are installed if none are loaded.