We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b7517 + b507f9e commit cdbcbd0Copy full SHA for cdbcbd0
lib/json/common.rb
@@ -1,8 +1,9 @@
1
#frozen_string_literal: false
2
require 'json/version'
3
-require 'json/generic_object'
4
5
module JSON
+ autoload :GenericObject, 'json/generic_object'
6
+
7
NOT_SET = Object.new.freeze
8
private_constant :NOT_SET
9
0 commit comments