pygbif returns invalid json according to jq afaict #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
jqseems picky about it's input, apparently following standards and all that. The json returned from pygbif makesjqbarf. Simple example:Then run that like:
Perhaps there is a more compliant way to dump, need to check. Anyway, to clean it up for
jqneed to change single quotes to double quotes, quote True/False, maybe something else, then ok.Ah just