Class JsonLocator

Json document data source/locator used by converting containers.

class JsonLocator
  : Locator!(std.json.JSONValue,string) ;

Properties

NameTypeDescription
json[set]JsonLocatorSet json
json[get]std.json.JSONValueGet json

Methods

NameDescription
getGet a json element that is accessable from root element.
hasCheck if a json element is present in json by key.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.