JsonLocator

Json document data source/locator used by converting containers.

Constructors

this
this()

Default constructor for JsonLocator

Members

Functions

get
JSONValue get(string path)

Get a json element that is accessable from root element.

has
bool has(string path)

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

Properties

json
JSONValue json [@property setter]

Set json

json
JSONValue json [@property getter]

Get json

Meta