home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 554479941

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/3526#issuecomment-554479941 https://api.github.com/repos/pydata/xarray/issues/3526 554479941 MDEyOklzc3VlQ29tbWVudDU1NDQ3OTk0MQ== 2448579 2019-11-15T18:41:43Z 2019-11-15T18:41:43Z MEMBER

Whatever value is given then gets serialised using the built-in json.dumps. This means I believe that if someone provides a dict as an attribute value then that will get serialised as a JSON object,

@eddienko I think this means we can avoid converting to a list?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  522519084
Powered by Datasette · Queries took 0.611ms · About: xarray-datasette