I want to generate valid JSON with the help of a template engine. In particular, I want the engine to replace the placeholders in the template with the properties of a model class. The engine should allow the use converters for complex classes like I want to generate valid JSON with the help of