about summary refs log tree commit homepage
path: root/lib/upr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/upr.rb')
-rw-r--r--lib/upr.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/upr.rb b/lib/upr.rb
index 151e3a8..f0cd950 100644
--- a/lib/upr.rb
+++ b/lib/upr.rb
@@ -10,6 +10,7 @@ module Upr
   autoload :Monitor, 'upr/monitor'
   autoload :Params, 'upr/params'
   autoload :InputWrapper, 'upr/input_wrapper'
+  autoload :JSON, 'upr/json'
 
   # Initializes a new instance of Upr::InputWrapper.  Usage in config.ru:
   #