module
ActiveSupport::JSON::Encoding
v2.1.0 -
Show latest stable
No documentation available for this module.
Constants
ESCAPED_CHARS = { "\\010" => '\\b', "\\f" => '\\f', "\\n" => '\\n', "\\r" => '\\r', "\\t" => '\\t', '"' => '\\"', '\\\\' => '\\\\\\\\', '>' => '\\u003E', '<' => '\\u003C', '&' => '\\u0026'
Files
- activesupport/lib/active_support/json/encoders/string.rb