module PG
module PG::BasicTypeRegistry
module PG::Coder::BinaryFormatting
module PG::Constants
module PG::TextDecoder
module PG::TextEncoder
class PG::BasicTypeMapBasedOnResult
class PG::BasicTypeMapForQueries
class PG::BasicTypeMapForResults
class PG::BasicTypeMapForResults::WarningTypeMap
class PG::BasicTypeRegistry::CoderMap
class PG::Coder
class PG::CompositeCoder
class PG::Connection
class PG::CopyCoder
class PG::Error
class PG::NotAllCopyDataRetrieved
class PG::Result
class PG::TextDecoder::Date
class PG::TextDecoder::JSON
class PG::TextDecoder::TimestampWithTimeZone
class PG::TextDecoder::TimestampWithoutTimeZone
class PG::TextEncoder::Date
class PG::TextEncoder::JSON
class PG::TextEncoder::TimestampWithTimeZone
class PG::TextEncoder::TimestampWithoutTimeZone
class PG::TypeMapByColumn
pg
0.20.0
def encode(value) ::JSON.generate(value, quirks_mode: true) end