module

No documentation available for this module.

Constants

DATETIME_REGEX = /\\A(?:\\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})?)?)\\z/

DATE_REGEX = /\\A\\d{4}-\\d{2}-\\d{2}\\z/

Attributes

[RW]escape_html_entities_in_json
[RW]escape_js_separators_in_json
[R]json_encoder
[RW]time_precision
[RW]use_standard_json_time_format

Files

  • activesupport/lib/active_support/json/decoding.rb
  • activesupport/lib/active_support/json/encoding.rb

Nested classes and modules