...

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

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

     1{
     2  "str2": {
     3    "type": "string",
     4    "value": "Roses are red\nViolets are blue"
     5  },
     6  "str3": {
     7    "type": "string",
     8    "value": "Roses are red\r\nViolets are blue"
     9  }
    10}

View as plain text