...

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

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

     1{
     2  "quoted": {
     3    "type": "string",
     4    "value": "Tom \"Dubs\" Preston-Werner"
     5  },
     6  "regex": {
     7    "type": "string",
     8    "value": "\u003c\\i\\c*\\s*\u003e"
     9  },
    10  "winpath": {
    11    "type": "string",
    12    "value": "C:\\Users\\nodejs\\templates"
    13  },
    14  "winpath2": {
    15    "type": "string",
    16    "value": "\\\\ServerX\\admin$\\system32\\"
    17  }
    18}

View as plain text