summaryrefslogtreecommitdiff
path: root/ext/json/lib/json/ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/lib/json/ext.rb')
-rw-r--r--ext/json/lib/json/ext.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/lib/json/ext.rb b/ext/json/lib/json/ext.rb
index ff4fa42329..719e56025c 100644
--- a/ext/json/lib/json/ext.rb
+++ b/ext/json/lib/json/ext.rb
@@ -10,4 +10,6 @@ module JSON
JSON.parser = Parser
JSON.generator = Generator
end
+
+ JSON_LOADED = true
end