JSONCommon

mixin for implements a JSON interface for a struct

Members

Functions

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON

stringify
string stringify()

Stringify the struct

toJSON
JSON.JSONValue toJSON()