module
ActiveSupport::JSON
v3.0.9 -
Show latest stable
No documentation available for this module.
Constants
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})?))$/
DECODERS = %w(Yajl Yaml)
Attributes
| [R] | parse_error |
Files
- activesupport/lib/active_support/json/backends/jsongem.rb
- activesupport/lib/active_support/json/backends/yajl.rb
- activesupport/lib/active_support/json/backends/yaml.rb
- activesupport/lib/active_support/json/decoding.rb
- activesupport/lib/active_support/json/encoding.rb
- activesupport/lib/active_support/json/variable.rb