...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/array/string-with-comma.json

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

     1{
     2  "title": [
     3    {
     4      "type": "string",
     5      "value": "Client: XXXX, Job: XXXX"
     6    },
     7    {
     8      "type": "string",
     9      "value": "Code: XXXX"
    10    }
    11  ]
    12}

View as plain text