...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/array-of-tables-0.json

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

     1{
     2  "products": [
     3    {
     4      "name": {
     5        "type": "string",
     6        "value": "Hammer"
     7      },
     8      "sku": {
     9        "type": "integer",
    10        "value": "738594937"
    11      }
    12    },
    13    {},
    14    {
    15      "color": {
    16        "type": "string",
    17        "value": "gray"
    18      },
    19      "name": {
    20        "type": "string",
    21        "value": "Nail"
    22      },
    23      "sku": {
    24        "type": "integer",
    25        "value": "284758393"
    26      }
    27    }
    28  ]
    29}

View as plain text