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
In trying this out against the new Datasette table API I realized it's not quite the right shape for this tool:
https://latest.datasette.io/fixtures/compound_three_primary_keys.json
link: <https://latest.datasette.io/fixtures/compound_three_primary_keys.json?_next=a%2Cd%2Cv>; rel="next" { "rows": [{ ... }] }
This tool prefers JSON that is a list, not an object.
You can use the --jq option to work around that, but only if pyjq is installed.
--jq
pyjq
So I think a simpler --key option would be worth supporting too:
--key
paginate-json \ https://latest.datasette.io/fixtures/compound_three_primary_keys.json \ --key rows
The text was updated successfully, but these errors were encountered:
2c60c7e
Still needs documentation but I'm going to push an improved README shortly.
Sorry, something went wrong.
Release 1.0
24f8a55
Refs #7, #8, #9, #10, #13
No branches or pull requests
In trying this out against the new Datasette table API I realized it's not quite the right shape for this tool:
https://latest.datasette.io/fixtures/compound_three_primary_keys.json
This tool prefers JSON that is a list, not an object.
You can use the
--jq
option to work around that, but only ifpyjq
is installed.So I think a simpler
--key
option would be worth supporting too:The text was updated successfully, but these errors were encountered: