class Sequel::Postgres::JSONArray

:nocov:

Public Instance Methods

op() click to toggle source

Wrap the JSONArray instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.

    # File lib/sequel/extensions/pg_json_ops.rb
728 def op
729   JSONOp.new(self)
730 end