module
ActiveSupport::JSON
rails latest stable
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/
Files
- activesupport/lib/active_support/json/decoding.rb
- activesupport/lib/active_support/json/encoding.rb