Json.NameValue

Represents an attribute/value pair. Aliased as Attribute

Members

Functions

set
Attribute set(const(T)[] key, Value val)

Set a name and a value for this attribute

Variables

name
const(T)[] name;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta