# File lib/rack/utils/okjson.rb, line 226
  def truetok(s);  s[0,4] == 'true'  ? [:val, 'true',  true]  : [] end