Module ActiveSupport::JSON::Encoding
[ 0 Notes ] [ History ]
Files this module is defined in
Constants
ESCAPED_CHARS = { "\010" => '\b', "\f" => '\f', " " => ' ', " " => ' ', "\t" => '\t', '"' => '\"', '\\' => '\\\\', '>' => '\u003E', '<' => '\u003C', '&' => '\u0026'

Add New Note
User Added Notes