Quote

Embodies the notion of a quote. A string line paired with a UNIX timestamp.

Members

Functions

toJSON
auto toJSON()

Serialises this Quote into a JSONValue.

Static functions

fromJSON
auto fromJSON(JSONValue json)

Deserialises a Quote from a JSONValue.

Variables

line
string line;

Quote string line.

timestamp
long timestamp;

When the line was uttered, expressed in UNIX time.