No documentation
This module has no description. You can help the Ruby on Rails community by adding new notes.
Constants
DECODERS = %w(Yajl Yaml)
CircularReferenceError = Deprecation::DeprecatedConstantProxy.new('ActiveSupport::JSON::CircularReferenceError', Encoding::CircularReferenceError)
DATE_REGEX = /^(?:\d{4}-\d{2}-\d{2}|\d{4}-\d{1,2}-\d{1,2}[T \t]+\d{1,2}:\d{2}:\d{2}(\.[0-9]*)?(([ \t]*)Z|[-+]\d{2}?(:\d{2})?))$/
Attributes
Show files where this module is defined (6 files)
activesupport/lib/active_support/json/decoding.rb
activesupport/lib/active_support/json/encoding.rb
activesupport/lib/active_support/json/variable.rb
activesupport/lib/active_support/json/backends/yaml.rb
activesupport/lib/active_support/json/backends/yajl.rb
activesupport/lib/active_support/json/backends/jsongem.rb