diff options
Diffstat (limited to 'ext/psych/lib/psych/json.rb')
-rw-r--r-- | ext/psych/lib/psych/json.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/psych/lib/psych/json.rb b/ext/psych/lib/psych/json.rb new file mode 100644 index 0000000000..412ab2708b --- /dev/null +++ b/ext/psych/lib/psych/json.rb @@ -0,0 +1,6 @@ +module Psych + module JSON + autoload :TreeBuilder, 'psych/json/tree_builder' + autoload :Stream, 'psych/json/stream' + end +end |