We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0bf44 commit 942686fCopy full SHA for 942686f
1 file changed
lib/multi_json.rb
@@ -34,7 +34,7 @@ def default_options=(value)
34
REQUIREMENT_MAP = [
35
['oj', :oj],
36
['yajl', :yajl],
37
- ['json', :json_gem],
+ ['json/ext', :json_gem],
38
['gson', :gson],
39
['jrjackson_r', :jr_jackson],
40
['json/pure', :json_pure]
0 commit comments