Function Json.this
Constructor for a JSON object.
Prototypes
ref this(
typeof(null) _param_0
) @trusted;
ref this(
bool v
) @trusted;
ref this(
byte v
);
ref this(
ubyte v
);
ref this(
short v
);
ref this(
ushort v
);
ref this(
int v
);
ref this(
uint v
);
ref this(
long v
) @trusted;
ref this(
std .bigint .BigInt v
) @trusted;
ref this(
double v
) @trusted;
ref this(
string v
) @trusted;
ref this(
Json[] v
) @trusted;
ref this(
Json[string] v
) @trusted;
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.