)]}'
{
  "commit": "7cb988051d5045890cb91402a0b5fddc76c627bc",
  "tree": "f64b3107296d6b4d905b244678032288c8aa7f55",
  "parents": [
    "3ddb37c9445773dd46f5c17f1d7769114899b4f9"
  ],
  "author": {
    "name": "Thomas Pelletier",
    "email": "pelletier.thomas@gmail.com",
    "time": "Wed Nov 23 16:24:52 2016 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Nov 23 16:24:52 2016 +0100"
  },
  "message": "Make values come before tables in ToString output (#111)\n\nIf no order on the key is enforced in ToString, the following tree:\r\n\r\nfoo \u003d 1\r\nbar \u003d \"baz\"\r\nfoobar \u003d true\r\n[qux]\r\n  foo \u003d 1\r\n  bar \u003d \"baz\"\r\n\r\nmay come out as:\r\n\r\nbar \u003d \"baz\"\r\nfoobar \u003d true\r\n[qux]\r\n  foo \u003d 1\r\n  bar \u003d \"baz\"\r\nfoo \u003d 1\r\n\r\nwhich is incorrect, since putting that back to the parser would panic\r\nbecause of a duplicated key (qux.foo). Those changes make sure that\r\nleaf values come before tables in the ToString output.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bf9321b3f72c643bac1b2fc326035bc88d657617",
      "old_mode": 33188,
      "old_path": "tomltree_conversions.go",
      "new_id": "08efebcc077a9715e9f3399b1c836d0438a1750d",
      "new_mode": 33188,
      "new_path": "tomltree_conversions.go"
    },
    {
      "type": "modify",
      "old_id": "58dbf4e0c20baa6ff73ea40ef3057a4c2dd83476",
      "old_mode": 33188,
      "old_path": "tomltree_conversions_test.go",
      "new_id": "4ad90097991342db17dbdc5b250b64c0f09ab533",
      "new_mode": 33188,
      "new_path": "tomltree_conversions_test.go"
    }
  ]
}
