Module | ActiveSupport::JSON |
In: |
lib/active_support/json/variable.rb
lib/active_support/json/decoding.rb lib/active_support/json/encoding.rb |
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) |
engine | -> | backend |
engine= | -> | backend= |
Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info.