home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 714758139

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/173#issuecomment-714758139 https://api.github.com/repos/simonw/sqlite-utils/issues/173 714758139 MDEyOklzc3VlQ29tbWVudDcxNDc1ODEzOQ== 9599 2020-10-22T20:57:56Z 2020-10-22T20:57:56Z OWNER I could use `ijson` to provide a progress bar for JSON arrays too. I'd prefer to keep that as an optional dependency though, since `sqlite-utils` is a library dependency for many other projects and it would be using `ijson` purely for the CLI component. Here's how to iterate through a list of objects being read from a file: ```python import json parser = ijson.items(open( "/tmp/list.json" ), "item") for object in parser: # ... ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 707478649  
Powered by Datasette · Queries took 0.787ms