In DXC we can use Web.config transforms to modify our web.configs for different environments e.g. production.
My current project has json files which need transforms applied for various environments. Azure deploments also supports json config\transforms via JSON variable substitution as in link below.
Is it posible to perform\configure JSON variable substitution for DXC deployments and if not what is the wrokaround?