...

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

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

     1{
     2  "str4": {
     3    "type": "string",
     4    "value": "Here are two quotation marks: \"\". Simple enough."
     5  },
     6  "str5": {
     7    "type": "string",
     8    "value": "Here are three quotation marks: \"\"\"."
     9  },
    10  "str6": {
    11    "type": "string",
    12    "value": "Here are fifteen quotation marks: \"\"\"\"\"\"\"\"\"\"\"\"\"\"\"."
    13  },
    14  "str7": {
    15    "type": "string",
    16    "value": "\"This,\" she said, \"is just a pointless statement.\""
    17  }
    18}

View as plain text