Right now variables are allowed only in strings.
However, I wonder if we can, when parsing the NetJSON config, evaluate it as a string first, perform any variable substitution before the JSON parsing, and then continue with the flow, that could allow having variables defined anywhere and it could allow variables to be different types.
Right now variables are allowed only in strings.
However, I wonder if we can, when parsing the NetJSON config, evaluate it as a string first, perform any variable substitution before the JSON parsing, and then continue with the flow, that could allow having variables defined anywhere and it could allow variables to be different types.