class PG::TextDecoder::JSON

def decode(string, tuple=nil, field=nil)

def decode(string, tuple=nil, field=nil)
	::JSON.load(string)
end