
How to use expressions in TSS
As the docs state Alloy’s TSS files use a JSON-like syntax. It’s no pure JSON, since there’s no root {} and blocks don’t need to (but can be) separated with ,. What you can You’re also allowed to use a limited number of special types of values, being: JSON values, that is, Strings, Numbers, Objects, […]