Test whether the entry value represents true
assert(isTrue("true")); assert(isTrue("1")); assert(!isTrue("not boolean"));
See Implementation
Test whether the entry value represents true