Sequel::Postgres::JSONArrayBase
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, line 357 def op JSONOp.new(self) end
Cast as json
# File lib/sequel/extensions/pg_json.rb, line 83 def sql_literal_append(ds, sql) super sql << CAST_JSON end