Return a Sequel::Postgres::JSONArray proxy to the receiver. This is mostly useful as a short cut for creating JSONArray objects that didn’t come from the database.
592
593
594
# File 'lib/sequel/extensions/pg_json.rb', line 592defpg_jsonSequel::Postgres::JSONArray.new(self)end