Function JsonLocator.get

Get a json element that is accessable from root element.

std.json.JSONValue get (
  string path
);

Parameters

NameDescription
path the element id.

Throws

NotFoundException in case if the element wasn't found.

Returns

JSONValue child json element if it is available.