convert a bool to a JSONValue
Serialize a boolean.
assert(false.toJSON == JSONValue(false)); assert(true.toJSON == JSONValue(true));
See Implementation
convert a bool to a JSONValue