We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to convert JSON which is an array rather than a single object and I get back the following error:
ERROR Decoding JSON at line 1: json: cannot unmarshal array into Go value of type map[string]interface {}
Source of data https://pressbooks.online.ucf.edu/wp-json/pressbooks/v2/books/
The text was updated successfully, but these errors were encountered:
I'm having this issue as well. Any ideas how to fix it? Thanks!
Sorry, something went wrong.
@joacole in my case I used a custom jq command instead
jq
https://unix.stackexchange.com/q/570548/16792
@kirkins Thanks. I think I'm going to have to do that as well until this is fixed.
No branches or pull requests
Trying to convert JSON which is an array rather than a single object and I get back the following error:
Source of data https://pressbooks.online.ucf.edu/wp-json/pressbooks/v2/books/
The text was updated successfully, but these errors were encountered: