home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 782746633

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/datasette/issues/782#issuecomment-782746633 https://api.github.com/repos/simonw/datasette/issues/782 782746633 MDEyOklzc3VlQ29tbWVudDc4Mjc0NjYzMw== 9599 2021-02-20T20:43:07Z 2021-02-20T20:43:07Z OWNER

Another option: .json always returns an object with a list of keys that gets increased through adding ?_extra= parameters.

.jsona always returns a JSON array of objects

I had something similar to this in Datasette a few years ago - a .jsono extension, which still redirects to the shape=array version.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
627794879  
Powered by Datasette · Queries took 1.184ms · About: github-to-sqlite