...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/inline-table-0.json

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec

     1{
     2  "animal": {
     3    "type": {
     4      "name": {
     5        "type": "string",
     6        "value": "pug"
     7      }
     8    }
     9  },
    10  "name": {
    11    "first": {
    12      "type": "string",
    13      "value": "Tom"
    14    },
    15    "last": {
    16      "type": "string",
    17      "value": "Preston-Werner"
    18    }
    19  },
    20  "point": {
    21    "x": {
    22      "type": "integer",
    23      "value": "1"
    24    },
    25    "y": {
    26      "type": "integer",
    27      "value": "2"
    28    }
    29  }
    30}

View as plain text