How should data be set up in the strapi cms email template?

System Information
  • Strapi Version: 4.6.2
  • Operating System: Ubuntu
  • Database: Mysql
  • Node Version: 18.0.0
  • NPM Version:
  • Yarn Version:

values from the user’s form are saved to the database. how to display a json object as a table in an email template. supplying json data below
{"Devops":{"Docker":[{"__typename":"Service","name":"services16","features":"testing","checked":true}],"Docker Swarn":[{"__typename":"Service","name":"services171111","features":"","checked":true},{"__typename":"Service","name":"services31","features":"testinf","checked":true}]},"MLops":{"kubectl":[{"__typename":"Service","name":"sgasdfgsdafgasdf","features":"sdfasdf","checked":true}],"aws sage makers":[{"__typename":"Service","name":"services17","features":"tmlsmlmfasldknfl","checked":true},{"__typename":"Service","name":"services170","features":"yu","checked":true}]},"Others":{"Others":[{"__typename":"Service","name":"service1","features":"testing","checked":false}]}}
I am converting json format using JSON.parse() method