Method: Sequel::Postgres::JSONBaseOp#typeof
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#typeof ⇒ Object
Returns the type of the outermost json value as text.
json_op.typeof # json_typeof(json)
475 476 477 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 475 def typeof function(:typeof) end |