Function JsonLocator.has

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

inout bool has (
  const(string) path
);

Parameters

NameDescription
path identity of element.

Returns

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