{"html_url": "https://github.com/simonw/datasette/issues/782#issuecomment-970554697", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/782", "id": 970554697, "node_id": "IC_kwDOBm6k_c452X1J", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-11-16T18:32:03Z", "updated_at": "2021-11-16T18:32:03Z", "author_association": "OWNER", "body": "I'm going to take another look at this:\r\n- https://github.com/simonw/datasette/issues/878", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 627794879, "label": "Redesign default .json format"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/782#issuecomment-970553780", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/782", "id": 970553780, "node_id": "IC_kwDOBm6k_c452Xm0", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-11-16T18:30:51Z", "updated_at": "2021-11-16T18:30:58Z", "author_association": "OWNER", "body": "OK, I'm ready to start working on this today.\r\n\r\nI'm going to go with a default representation that looks like this:\r\n\r\n```json\r\n{\r\n \"rows\": [\r\n {\"id\": 1, \"name\": \"One\"},\r\n {\"id\": 2, \"name\": \"Two\"}\r\n ],\r\n \"next_url\": null\r\n}\r\n```\r\nNote that there's no `count` - all it provides is the current selection of results and an indication as to how the next can be retrieved (`null` if there are no more results).\r\n\r\nI'll implement `?_extra=` to provide everything else.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 627794879, "label": "Redesign default .json format"}, "performed_via_github_app": null}