PG::TextDecoder::
JSON class
Superclass | PG::SimpleDecoder |
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’.