summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/array/nested-inline-table.json
blob: 2ae5fa70c43c8dfb833f44e8c736069e752eecca (plain)
1
2
3
4
5
6
7
{
  "a": [
    {
      "b": {}
    }
  ]
}