All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.json-1.6.5-java.tests.setup_variant.rb Maven / Gradle / Ivy

The newest version!
case ENV['JSON']
when 'pure'
  $:.unshift 'lib'
  require 'json/pure'
when 'ext'
  $:.unshift 'ext', 'lib'
  require 'json/ext'
else
  $:.unshift 'ext', 'lib'
  require 'json'
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy