Updated OnDemand logic (markdown)
parent
d0b2d56084
commit
2ef3a37f21
|
@ -2,7 +2,7 @@
|
|||
|
||||
When searching for a key, if the key is found then we are left pointing at the colon, and we are one depth below the object itself.
|
||||
|
||||
If the key is not found then we are left pointing at the either the start of the object or else a comma.
|
||||
If the key is not found then we are left pointing at the either the start of the object or else a comma. We are at the depth of the object itself.
|
||||
|
||||
|
||||
## depth
|
||||
|
|
Loading…
Reference in New Issue