Method: Oj::Doc#where?
- Defined in:
- ext/oj/fast.c
#where? ⇒ Boolean
Deprecated.
Returns a String that describes the absolute path to the current location in the JSON document.
1230 1231 1232 |
# File 'ext/oj/fast.c', line 1230 static VALUE doc_where_q(VALUE self) { return doc_where(self); } |