File: 0.5.0.json

package info (click to toggle)
python-tomlkit 0.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,100 kB
  • sloc: python: 6,242; makefile: 22; sh: 5
file content (39 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "date": "1979-05-27",
    "time": "07:32:00",
    "plus-infinity": Infinity,
    "sf1": Infinity,
    "sf2": Infinity,
    "sf3": -Infinity,
    "sf4": NaN,
    "sf5": NaN,
    "sf6": NaN,
    "hex1": 3735928559,
    "hex2": 3735928559,
    "hex3": 3735928559,
    "oct1": 342391,
    "oct2": 493,
    "bin1": 214,
    "physical": {
        "color": "orange",
        "shape": "round"
    },
    "site": {
        "google.com": true
    },
    "a": {
        "b": {
            "c": 1,
            "d": 2
        }
    },
    "table": {
        "a": {
            "b": {
                "c": 1,
                "d": 2
            },
            "c": 3
        }
    }
}