Counter.JSONSchema

JSON schema for (de-)serialisation.

Members

Functions

asJSONValue
auto asJSONValue()

Returns a JSONValue representing this Counter.

Variables

asEmotes
bool asEmotes;
count
long count;
patternAssign
string patternAssign;
patternDecrement
string patternDecrement;
patternIncrement
string patternIncrement;
patternQuery
string patternQuery;
word
string word;