class AlgebraDB::Value::JSONB::Decoder
Decoder
just decodes to a hash.
Public Instance Methods
pg_decoder()
click to toggle source
# File lib/algebra_db/value/jsonb.rb, line 9 def pg_decoder PG::TextDecoder::JSON.new end