JsonizeOptions

Customize the behavior of toJSON and fromJSON.

Members

Static variables

defaults
auto defaults;

A default-constructed JsonizeOptions. Used implicilty if no explicit options are given to fromJSON or toJSON.

Variables

classKey
string classKey;

The key of a field identifying the D type of a json object.

classMap
string delegate(string) classMap;

A function to attempt identifier remapping from the name found under classKey.

Meta