I would like to use JSONTemplater to build nested text structers making use of the ROOT and SUB TEMPLATES but this are not valid JSON ... its a Groovy syntax ... Beacause is not a valid JSON format the JSONTemplater gets offended and stops the translation. i cant find a way to skip the JSON validations
I tried disabling validation ,,, but nothing ... any alternatives ?

2020-02-21 17:22:01| 2.1| 0.0|WARN |JSONTemplater(XMLTemplaterFactory): The following error occurred near line 1, column 11 of the query:
2020-02-21 17:22:01| 2.1| 0.0|WARN |JSONTemplater(XMLTemplaterFactory): invalid expression: syntax error, unexpected ExprSingle (missing comma "," between expressions?)
2020-02-21 17:22:01| 2.1| 0.0|ERROR |JSONTemplater(XMLTemplaterFactory): An error occurred while parsing the ROOT template
2020-02-21 17:22:01| 2.1| 0.0|ERROR |JSONTemplater(XMLTemplaterFactory): A fatal error has occurred. Check the logfile above for details
Thanks