Method: Sequel::Postgres::JSONBaseOp#each
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#each ⇒ Object
Returns a set of key and value pairs, where the keys are text and the values are JSON.
json_op.each # json_each(json)
254 255 256 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 254 def each function(:each) end |