Method: Oj::Doc#path
- Defined in:
- ext/oj/fast.c
#path ⇒ Object
Returns a String that describes the absolute path to the current location in the JSON document.
1239 1240 1241 |
# File 'ext/oj/fast.c', line 1239 static VALUE doc_path(VALUE self) { return doc_where(self); } |