You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mathiasrw Yes,now you need to put () around any expression inside JSON object. This is a parser problem, because it does not know how to handle this expression:
@{a:@{b}}
is this the expression inside expression or this is a sub-json object. Probably, we have to leave it as it is.
When having minus in front of a (number) value the parser cannot handle the JSON
Workaound in the moment: put
'
around the negative numbers ('-7'
)The text was updated successfully, but these errors were encountered: