aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json.rb
blob: b5672025fb1e1c25d268cd1e2844f8170e265465 (plain) (blame)
1
2
3
4
# frozen_string_literal: true

require_relative "json/decoding"
require_relative "json/encoding"