Currently, all variables in cookiecutter JSON templates are treated as strings.
It would be very useful if other types could be used. My use cases would most benefit from boolean support (see also #126).
Typing would also nicely open the way for later adding support for validating the input.