JSONObject

This value object represents a JSON object of name/value pairs. It is named JSONObject rather than JsonObject to comply with the naming of JSONValue. Its main purpose is to avoid conflicts with the require function introduced in D 2.082.0.

Alias This

attributes

Members

Functions

require
inout(T) require(string name)
require
inout(T) require(string name, T fallback)
require
inout(JSONValue) require(string name)
require
inout(Nullable!T) require(string name)

Variables

attributes
JSONValue[string] attributes;
Undocumented in source.

Meta