Skip to content

Std json jsonvalue tobool

std:std.json.JsonValue.ToBool

Method ToBool:Bool( )#

Gets bool value.

If the value is a bool, returns its actual value.

If the value is not a bool, false is returned by default.