...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/inline-table/end-in-bool.json

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

     1{
     2  "black": {
     3    "allow_prereleases": {
     4      "type": "bool",
     5      "value": "true"
     6    },
     7    "python": {
     8      "type": "string",
     9      "value": "\u003e3.6"
    10    },
    11    "version": {
    12      "type": "string",
    13      "value": "\u003e=18.9b0"
    14    }
    15  }
    16}

View as plain text