class PG::TextDecoder::JSON

This is a decoder class for conversion of PostgreSQL JSON/JSONB type to Ruby Hash, Array, String, Numeric, nil values.

As soon as this class is used, it requires the ruby standard library ‘json’.