...

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

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

     1{
     2  "apos15": {
     3    "type": "string",
     4    "value": "Here are fifteen apostrophes: '''''''''''''''"
     5  },
     6  "quot15": {
     7    "type": "string",
     8    "value": "Here are fifteen quotation marks: \"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
     9  },
    10  "str": {
    11    "type": "string",
    12    "value": "'That,' she said, 'is still pointless.'"
    13  }
    14}

View as plain text