...

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

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

     1{
     2  "bin1": {
     3    "type": "integer",
     4    "value": "214"
     5  },
     6  "hex1": {
     7    "type": "integer",
     8    "value": "3735928559"
     9  },
    10  "hex2": {
    11    "type": "integer",
    12    "value": "3735928559"
    13  },
    14  "hex3": {
    15    "type": "integer",
    16    "value": "3735928559"
    17  },
    18  "oct1": {
    19    "type": "integer",
    20    "value": "342391"
    21  },
    22  "oct2": {
    23    "type": "integer",
    24    "value": "493"
    25  }
    26}

View as plain text