test/data/github/sjl.json @ 7419c99f464c

Add opaque-json parsing

This doesn't actually seem to save that much as implemented — turns out
`write-char` is not cheap.  I wonder if it's even worth implementing this, or if
just using the vanilla parsing is enough.  I may remove all this and just use
`t` to preserve extra fields in the future.
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Aug 2020 00:27:02 -0400
parents 52f9e9c8aa31
children (none)
{
  "login": "sjl",
  "id": 58365,
  "node_id": "MDQ6VXNlcjU4MzY1",
  "avatar_url": "https://avatars0.githubusercontent.com/u/58365?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/sjl",
  "html_url": "https://github.com/sjl",
  "followers_url": "https://api.github.com/users/sjl/followers",
  "following_url": "https://api.github.com/users/sjl/following{/other_user}",
  "gists_url": "https://api.github.com/users/sjl/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/sjl/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/sjl/subscriptions",
  "organizations_url": "https://api.github.com/users/sjl/orgs",
  "repos_url": "https://api.github.com/users/sjl/repos",
  "events_url": "https://api.github.com/users/sjl/events{/privacy}",
  "received_events_url": "https://api.github.com/users/sjl/received_events",
  "type": "User",
  "site_admin": false,
  "name": "Steve Losh",
  "company": null,
  "blog": "http://stevelosh.com",
  "location": "Rochester, NY",
  "email": null,
  "hireable": null,
  "bio": "Move slow and make things.",
  "twitter_username": null,
  "public_repos": 182,
  "public_gists": 134,
  "followers": 2038,
  "following": 10,
  "created_at": "2009-02-26T21:20:05Z",
  "updated_at": "2020-06-06T23:16:20Z"
}