class PG::TextEncoder::JSON

def encode(value)

def encode(value)
	::JSON.dump(value)
end