JsonLocator.get

Get a json element that is accessable from root element.

class JsonLocator
JSONValue
get
(
string path
)

Parameters

path string

the element id.

Return Value

Type: JSONValue

JSONValue child json element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta