...

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

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

     1{
     2  "str1": {
     3    "type": "string",
     4    "value": "The quick brown fox jumps over the lazy dog."
     5  },
     6  "str2": {
     7    "type": "string",
     8    "value": "The quick brown fox jumps over the lazy dog."
     9  },
    10  "str3": {
    11    "type": "string",
    12    "value": "The quick brown fox jumps over the lazy dog."
    13  }
    14}

View as plain text