I'm having trouble with this snippet where I want to pass in value using a variable but it becomes a literal string.
test: if variableA then {
'hello': '{"foo": bar}'
},
I want to be to be variable and I expect bar
to be the value I've passed in as a parameter but it is literally the word bar