summaryrefslogtreecommitdiffstats
path: root/_test/data/construct-null.code
blob: a895eaaf63d928bc2d7a380623b53377374be6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
    None,
    { "empty": None, "canonical": None, "english": None, None: "null key" },
    {
        "sparse": [
            None,
            "2nd entry",
            None,
            "4th entry",
            None,
        ],
    },
]