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

Fails for uniform arrays #4

Open
fuglede opened this issue Mar 27, 2016 · 0 comments
Open

Fails for uniform arrays #4

fuglede opened this issue Mar 27, 2016 · 0 comments

Comments

@fuglede
Copy link

fuglede commented Mar 27, 2016

This may be working as intended but it did catch me by surprise; feeding in a JSON array (of either strings or ints) does not produce a useful result.

$ echo "[\"test\"]" | jsonutil
panic: interface conversion: interface is string, not map[string]interface {}
...
$ echo "[\"test\", \"more test\"]" | jsonutil
panic: interface conversion: interface is string, not map[string]interface {}
...
$ echo "[0, 1]" | jsonutil
panic: interface conversion: interface is float64, not map[string]interface {}
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