Extract a boolean from a json value.
Extract booleans from json values.
assert(JSONValue(false).fromJSON!bool == false); assert(JSONValue(true).fromJSON!bool == true);
See Implementation
Extract a boolean from a json value.