JsonLocator.has

Check if a json element is present in json by key.

class JsonLocator
inout
bool
has
(
in string path
)

Parameters

path string

identity of element.

Return Value

Type: bool

bool true if an element by key is present in Locator.

Meta