When using the JSONTemplater I want to be able to add a real boolean to the template and not get a string.
I made a work around by replacing the text boolean by a real boolean:
Has anyone figured out how to handle a boolean without the need of replacing?