@return the current nesting level, the number of parent objects or arrays.
()
| 1262 | * @return the current nesting level, the number of parent objects or arrays. |
| 1263 | */ |
| 1264 | public int getLevel() { |
| 1265 | return ptr; |
| 1266 | } |
| 1267 | |
| 1268 | public long getPosition() { |
| 1269 | return gpos + start; |
no outgoing calls