Function GetAtPath String sPath Returns Integer

 

This function allows you to find a token starting at the current object given a JPATH expression. It will return a dynamically created JSON Object on success or 0.

 

Usage

 

Get GetAtPath "Address.Street" to hoStreet

 

Make sure the destroy the object when it is no longer needed.