# File lib/merb-core/bootloader.rb, line 230
  def self.enable_json_gem
    require "json/ext"
  rescue LoadError
    require "json/pure"
  end