...

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

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

     1{
     2  "breed": {
     3    "type": "string",
     4    "value": "pug"
     5  },
     6  "name": {
     7    "type": "string",
     8    "value": "Fido"
     9  },
    10  "owner": {
    11    "member_since": {
    12      "type": "date-local",
    13      "value": "1999-08-04"
    14    },
    15    "name": {
    16      "type": "string",
    17      "value": "Regina Dogman"
    18    }
    19  }
    20}

View as plain text