)]}'
{
  "log": [
    {
      "commit": "d0bd39ce72af555b9d0e00a581652eae766a7c09",
      "tree": "748f4fa87be6e0832aa2b17857702807516cff11",
      "parents": [
        "58000ccb185d504a03375ebac10a69bf2789440f"
      ],
      "author": {
        "name": "Thomas",
        "email": "thomasbruggink@hotmail.com",
        "time": "Sun Feb 25 23:37:35 2024 +0900"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "Jens-G@users.noreply.github.com",
        "time": "Sun Feb 25 22:18:32 2024 +0100"
      },
      "message": "THRIFT-5761 Lib/json tests fail\n\nFix the test to expect `typeId` and `class` inside the `type` object\ninstead of on the root level.\nThis is the way the compiler generates is.\n\nOld output:\n```json\n  \"constants\": [\n    {\n      \"name\": \"myNumberz\",\n      \"typeId\": \"enum\",\n      \"type\": {\n        \"typeId\": \"enum\",\n        \"class\": \"Numberz\"\n      },\n      \"value\": 1\n    }\n  ],\n```\nNew output:\n```\n  \"constants\": [\n    {\n      \"name\": \"myNumberz\",\n      \"typeId\": \"enum\",\n      \"class\": \"Numberz\",\n      \"value\": 1\n    }\n  ],\n```\n"
    },
    {
      "commit": "f223bd3b54d04c21289d806c7f51b115757703e7",
      "tree": "c7161d8e1dbc3be3434b0844cac96e3e749e1e32",
      "parents": [
        "b39370ec3bc96d201bbc82fbde136f98ae605ed1"
      ],
      "author": {
        "name": "Christian Westberg",
        "email": "cwe@dixa.com",
        "time": "Thu Dec 22 09:39:48 2022 +0100"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "Jens-G@users.noreply.github.com",
        "time": "Mon Jan 16 22:37:17 2023 +0100"
      },
      "message": "Improve enum support for json generator\n\nClient: [json]\n"
    },
    {
      "commit": "f066d84ffb7fe2eb0dc3b7e7cd0d0417a1ae7963",
      "tree": "d47baa7d0dea62a354eb0ededf77715d6cf7aa33",
      "parents": [
        "3f4fa2947dc6e049e0f4748bdb6142b0c4673164"
      ],
      "author": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Mon Jun 13 23:37:25 2022 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Mon Sep 05 22:04:22 2022 +0200"
      },
      "message": "Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master\n"
    },
    {
      "commit": "c0e353500d0fabe873ad950e5db3317dafd44544",
      "tree": "9f971952556eebf8319a3ba9794b01574814de48",
      "parents": [
        "4aaa92ece8503a6da9bc6701604f69acf2b99d07"
      ],
      "author": {
        "name": "Stig Bakken",
        "email": "stig@zedge.net",
        "time": "Tue Jun 27 10:51:37 2017 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Sat Jul 01 15:51:14 2017 +0200"
      },
      "message": "THRIFT-4238 JSON generator: make annotation-aware\nClient: json\nAutor: Stig Bakken \u003cstig@zedge.net\u003e\n\nThis closes #1299\n"
    },
    {
      "commit": "ae3775a6a5d7f2aeb192ade30d157aa54aa4e77f",
      "tree": "ad28c5e058506e121a5bfdc5ec5d104150a3570c",
      "parents": [
        "23d6746079d7b5fdb38214387c63f987e68a6d8f"
      ],
      "author": {
        "name": "Stig Bakken",
        "email": "stig@zedge.net",
        "time": "Tue Dec 02 09:21:24 2014 +0100"
      },
      "committer": {
        "name": "Nobuaki Sukegawa",
        "email": "nsuke@apache.org",
        "time": "Thu Dec 24 02:11:13 2015 +0900"
      },
      "message": "THRIFT-2869 run JSON schema validator from test\nClient: JSON\nPatch: Stig Bakken modified by Nobuaki Sukegawa\n\nModification: Do not move key/elem properties, add i8, failure return code, make dist fix\n\nThis closes #299 and closes #749\n"
    },
    {
      "commit": "ffa255cac5487c46729771bec7c93402d443216d",
      "tree": "fe37793f7610ecebbede83ac440ae744c9002e9d",
      "parents": [
        "527b6d9c86a7e5cde14cbb09a0e3103be0791c3a"
      ],
      "author": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Mon Dec 01 02:10:48 2014 +0100"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Mon Dec 01 02:15:54 2014 +0100"
      },
      "message": "THRIFT-2859 JSON generator: output complete descriptors\nClient: JSON\nPatch: Stig Bakken \u003cstig@zedge.net\u003e\n\nThis closes #290\n\n- add --gen json:merge option, and disable merging by default\n- output complete descriptors\n- add schema for JSON generator\n- indent output\n"
    }
  ]
}
