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
map. Syntax: [ key : value , key : value , key : value ]
append syntax: prefix opening with '+' for any style
Make sure that vector and map interfaces are JSON compatible
Questions?
Should we also allow enclosing () rather than [] ? Or should we enforce that () encloses fully pre-defined entities like ParameterLists, while [] enclose dynamic entities?
Should we require separating commas between elements?
Should we require the separating colon between key value pairs in maps?
Should we keep ParameterLists as they are, or switch them to use the underlying map functions?
The text was updated successfully, but these errors were encountered:
Questions?
The text was updated successfully, but these errors were encountered: