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

JSON structure not always loadable #8

Closed
timkpaine opened this issue Jan 21, 2018 · 1 comment
Closed

JSON structure not always loadable #8

timkpaine opened this issue Jan 21, 2018 · 1 comment

Comments

@timkpaine
Copy link
Member

"{"x":1,"y":2}" is not loadable while "[{"x":1,"y":2}]" is.

@texodus
Copy link
Member

texodus commented Mar 17, 2018

When passed an object rather than an Array, it is parsed as a schema for empty an table, and {"x":1,"y":2} is not a valid schema. Table API

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

2 participants