Re: [community-group] [RFC] Format specification (#1)

You could represent a function call with JSON:
```
{
  value: { function: 'multiply', arguments: [tokenA, tokenB]}
}
```
so that’s not really an issue. 
But you need to know what `multiply` is, hence much comment about about whether we should specify that or not

-- 
GitHub Notification of comment by mathieudutour
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/1#issuecomment-578181249 using your GitHub account

Received on Friday, 24 January 2020 15:37:48 UTC