Module PhusionPassenger::Utils::JSON::Generator
In: lib/phusion_passenger/utils/json.rb

Methods

dump   generate  

Constants

ESC_MAP = Hash.new {|h,k| k }.update \ "\r" => 'r', "\n" => 'n', "\f" => 'f', "\t" => 't', "\b" => 'b'

Public Instance methods

dump(obj)

Alias for generate

[Validate]