Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays of Arrays of Tables #385

Open
ear7h opened this issue Jun 26, 2021 · 0 comments
Open

Arrays of Arrays of Tables #385

ear7h opened this issue Jun 26, 2021 · 0 comments

Comments

@ear7h
Copy link

ear7h commented Jun 26, 2021

Trying to parse the following TOML:

x = [ [ {a = 1} ] ]

Results in:

  |
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant