...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/inline-table/multiline.json

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

     1{
     2  "tbl_multiline": {
     3    "a": {
     4      "type": "integer",
     5      "value": "1"
     6    },
     7    "b": {
     8      "type": "string",
     9      "value": "multiline\n"
    10    },
    11    "c": {
    12      "type": "string",
    13      "value": "and yet\nanother line"
    14    },
    15    "d": {
    16      "type": "integer",
    17      "value": "4"
    18    }
    19  }
    20}

View as plain text