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
I see this is actually mentioned in #28, but the decision there depends on tuples. Currently the spec says
Arrays are square brackets with other primitives inside. Whitespace is ignored. Elements are separated by commas. Data types may not be mixed (though all string types should be considered the same type).
but it doesn't say that arrays of ints, arrays of strings, etc. are different types (and listing just "array" among other types creates the impression they aren't).
Is
[ [1, 2], ["a"] ]
a legal value?The text was updated successfully, but these errors were encountered: