Return the property corresponding to the fieldName, supposing we have a JsObject.
Return the property corresponding to the fieldName, supposing we have a JsObject.
the name of the property to look up
the resulting JsValue wrapped in a JsLookup. If the current node is not a JsObject or doesn't have the property, a JsUndefined will be returned.
Access a value of this array.
Access a value of this array.
Element index
Look up fieldName in the current object and all descendants.
Look up fieldName in the current object and all descendants.
the list of matching nodes
Access a value of this array.
Access a value of this array.
Element index.
Access the head of this array.
Access the last element of this array.
Access the tail of this array.
A value representing the value at a particular JSON path, either an actual JSON node or undefined.