interpolate Variables
RohrerF opened this issue · 0 comments
RohrerF commented
There should be the possibility to have a variable like
$foo:bar -> banana
which I can use in a file
{
"a": "$foo:bar:custom-suffix"
}
resulting in
{
"a": "bananacustom-suffix"
}
this is useful to interpolate string which are located inside variables (like a base-uri for example)