...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/comment/tricky.json

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

     1{
     2  "hash#tag": {
     3    "#!": {
     4      "type": "string",
     5      "value": "hash bang"
     6    },
     7    "arr3": [
     8      {
     9        "type": "string",
    10        "value": "#"
    11      },
    12      {
    13        "type": "string",
    14        "value": "#"
    15      },
    16      {
    17        "type": "string",
    18        "value": "###"
    19      }
    20    ],
    21    "arr4": [
    22      {
    23        "type": "integer",
    24        "value": "1"
    25      },
    26      {
    27        "type": "integer",
    28        "value": "2"
    29      },
    30      {
    31        "type": "integer",
    32        "value": "3"
    33      },
    34      {
    35        "type": "integer",
    36        "value": "4"
    37      }
    38    ],
    39    "arr5": [
    40      [
    41        [
    42          [
    43            [
    44              {
    45                "type": "string",
    46                "value": "#"
    47              }
    48            ]
    49          ]
    50        ]
    51      ]
    52    ],
    53    "tbl1": {
    54      "#": {
    55        "type": "string",
    56        "value": "}#"
    57      }
    58    }
    59  },
    60  "section": {
    61    "8": {
    62      "type": "string",
    63      "value": "eight"
    64    },
    65    "eleven": {
    66      "type": "float",
    67      "value": "11.1"
    68    },
    69    "five": {
    70      "type": "float",
    71      "value": "5.5"
    72    },
    73    "four": {
    74      "type": "string",
    75      "value": "# no comment\n# nor this\n#also not comment"
    76    },
    77    "one": {
    78      "type": "string",
    79      "value": "11"
    80    },
    81    "six": {
    82      "type": "integer",
    83      "value": "6"
    84    },
    85    "ten": {
    86      "type": "float",
    87      "value": "1000.0"
    88    },
    89    "three": {
    90      "type": "string",
    91      "value": "#"
    92    },
    93    "two": {
    94      "type": "string",
    95      "value": "22#"
    96    }
    97  }
    98}

View as plain text