Method: Sequel::Postgres::JSONBaseOp#array_elements
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#array_elements ⇒ Object
Returns a set of json values for the elements in the json array.
json_op.array_elements # json_array_elements(json)
150 151 152 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 150 def array_elements function(:array_elements) end |