class Sequel::Postgres::JSONOp

JSONBaseOp subclass for the json type

Public Instance Methods

pg_json() click to toggle source

Return the receiver, since it is already a JSONOp.

    # File lib/sequel/extensions/pg_json_ops.rb
547 def pg_json
548   self
549 end