TemplatedPath
Templated paths are Paths that allow you to concatenate strings from JSON files. The syntax is very easy to use, a variable being defined like this:
In this example, we are loading the variable from path.to.variable
from the filename.json
file. The path to this file is relative to your project root.
Last updated