summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/json.rb
blob: 412ab2708bf39e14af94df6424d810059b1aed2f (plain)
1
2
3
4
5
6
module Psych
  module JSON
    autoload :TreeBuilder, 'psych/json/tree_builder'
    autoload :Stream, 'psych/json/stream'
  end
end