home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 401477622

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/332#issuecomment-401477622 https://api.github.com/repos/simonw/datasette/issues/332 401477622 MDEyOklzc3VlQ29tbWVudDQwMTQ3NzYyMg== 9599 2018-06-29T21:23:17Z 2018-06-29T21:23:55Z OWNER

https://docs.python.org/3/library/json.html#json.dump

json.dump(obj, fp, , skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, default=None, sort_keys=False, *kw)¶ If allow_nan is false (default: True), then it will be a ValueError to serialize out of range float values (nan, inf, -inf) in strict compliance of the JSON specification. If allow_nan is true, their JavaScript equivalents (NaN, Infinity, -Infinity) will be used.

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