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
|
1 | x = [ [ {a = 1} ] ]
| ^
unexpected '{'
expecting ']', array, bool, datetime, double, integer, or text
Looking at the various types it seems like this would would be nontrivial to support, since the Value type cannot have tables. This might be something to consider wrt #264 and #373
The text was updated successfully, but these errors were encountered:
Trying to parse the following TOML:
Results in:
Looking at the various types it seems like this would would be nontrivial to support, since the
Value
type cannot have tables. This might be something to consider wrt #264 and #373The text was updated successfully, but these errors were encountered: