Method: Sequel::Postgres::JSONBaseOp#array_elements

Defined in:
lib/sequel/extensions/pg_json_ops.rb

#array_elementsObject

Returns a set of json values for the elements in the json array.

json_op.array_elements # json_array_elements(json)

227
228
229
# File 'lib/sequel/extensions/pg_json_ops.rb', line 227

def array_elements
  function(:array_elements)
end