JsonLocator.json - multiple declarations

Function JsonLocator.json

Set json

JsonLocator json (
  std.json.JSONValue json
) nothrow @property @safe;

Parameters

NameDescription
json json document used as source

Returns

typeof(this)

Function JsonLocator.json

Get json

std.json.JSONValue json () nothrow @property @safe;

Returns

JSONValue