Module ActiveSupport::JSON
In: lib/active_support/json/encoding.rb
lib/active_support/json/decoding.rb
lib/active_support/json/variable.rb

Methods

Classes and Modules

Class ActiveSupport::JSON::Variable

Constants

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})?))$/   matches YAML-formatted dates
CircularReferenceError = Deprecation::DeprecatedConstantProxy.new('ActiveSupport::JSON::CircularReferenceError', Encoding::CircularReferenceError)

External Aliases

engine -> backend
engine= -> backend=

Public Class methods

Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info.

[Validate]