Bool setter for std.json
Adam D. Ruppe
destructionator at gmail.com
Mon Feb 24 10:14:22 PST 2014
The opAssign overload handles things sanely.
So use
JSON_VALUE v;
v = true;
and so on instead of the properties when setting.
More information about the Digitalmars-d
mailing list