...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/key/case-sensitive.json

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

     1{
     2  "Section": {
     3    "M": {
     4      "type": "string",
     5      "value": "latin letter M"
     6    },
     7    "name": {
     8      "type": "string",
     9      "value": "different section!!"
    10    },
    11    "Μ": {
    12      "type": "string",
    13      "value": "greek capital letter MU"
    14    },
    15    "μ": {
    16      "type": "string",
    17      "value": "greek small letter mu"
    18    }
    19  },
    20  "sectioN": {
    21    "type": "string",
    22    "value": "NN"
    23  },
    24  "section": {
    25    "NAME": {
    26      "type": "string",
    27      "value": "upper"
    28    },
    29    "Name": {
    30      "type": "string",
    31      "value": "capitalized"
    32    },
    33    "name": {
    34      "type": "string",
    35      "value": "lower"
    36    }
    37  }
    38}

View as plain text