[
Files
] [
Classes
] [
Methods
] [
Libraries
]
Ruby on Rails Manual
Current Version:
2.0.1
Constants
ESCAPED_CHARS
Module ActiveSupport::JSON::Encoding
[
0 Notes
] [
History
]
Add New Note
Add New Note
Files this module is defined in
File:
/Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.1/activesupport/lib/active_support/json/encoders/string.rb
Add New Note
Add New Note
Constants
ESCAPED_CHARS
=
{ "\010" => '\b', "\f" => '\f', " " => ' ', " " => ' ', "\t" => '\t', '"' => '\"', '\\' => '\\\\', '>' => '\u003E', '<' => '\u003C', '&' => '\u0026'
Add New Note
User Added Notes