function trueEnough()

in util/jsonpath-util.js [156:158]


function trueEnough (value) {
  return (value === true) || (value === 'true')
}