class PG::TextDecoder::JSON
Public Instance Methods
Source
# File lib/pg/text_decoder.rb, line 19 def decode(string, tuple=nil, field=nil) ::JSON.parse(string, quirks_mode: true) end
# File lib/pg/text_decoder.rb, line 19 def decode(string, tuple=nil, field=nil) ::JSON.parse(string, quirks_mode: true) end