In JSON templates, variables are in string format, so they need to be wrapped in double quotes like strings {{xxxx}}. When parsing variables, the variable's value will be converted to the corresponding type based on its actual content. In other words, although the variable itself is in string format, its parsed value is not necessarily a string type.
JSON template is
current variable is
Parsed result is