Convert to Boolean
b = tools.bool(v)
Converts the value v to a pure Lua boolean:
v
false
0
nil
''
Any other values are considered true.
true