| Module | UnionStationHooks::SimpleJSON::JSON::Generator |
| In: |
src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/simple_json.rb
|
| ESC_MAP | = | Hash.new {|h,k| k }.update \ "\r" => 'r', "\n" => 'n', "\f" => 'f', "\t" => 't', "\b" => 'b' |