Rails Framework Documentation 2.3.2
ActiveSupport
JSON
Encoding
CircularReferenceError
ParseError
Variable
constants
|
attributes
|
methods
Module
ActiveSupport::JSON::Encoding
Inheritance
Constants
Name
Description
ESCAPED_CHARS
= { "\010" => '\b', "\f" => '\f', "\n" => '\n', "\r" => '\r', "\t" => '\t', '"' => '\"', '\\' => '\\\\', '>' => '\u003E', '<' => '\u003C', '&' => '\u0026'