)]}'
{
  "commit": "b925abbbe136bd2be749881f3b8ca9a03b221543",
  "tree": "9da182a3bf6d86fcca197db83d14533249d16fc9",
  "parents": [
    "1ada734c98ebee109b29587808e4b2b8ed5bac7d"
  ],
  "author": {
    "name": "Yannick Heinrich",
    "email": "yannick.heinrich@gmail.com",
    "time": "Mon Apr 04 16:41:01 2016 +0200"
  },
  "committer": {
    "name": "Yannick Heinrich",
    "email": "yannick.heinrich@gmail.com",
    "time": "Mon Apr 04 16:41:01 2016 +0200"
  },
  "message": "Add more precise validation function test\n\nThe previous implementation only worked due to\nevaluation short-circuit.\n\nConverting the result of `c.Get(\"scopes\")` to `[]string` will\nalways fail. This is due to implementation of `json.Unmarshal`.\nYou have to convert to `[]interface{}` to make it work.\n\nYou can find more informations about that on:\nhttp://blog.golang.org/json-and-go\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a8acb101faed678ecc76cc6968cfcf7682542d4c",
      "old_mode": 33188,
      "old_path": "jws/jwt_test.go",
      "new_id": "94a6f3e72746b13c471a541e385062638fb8f2da",
      "new_mode": 33188,
      "new_path": "jws/jwt_test.go"
    }
  ]
}
