android13/external/python/pyyaml/tests/data/construct-null.code

14 lines
239 B
Plaintext

[
None,
{ "empty": None, "canonical": None, "english": None, None: "null key" },
{
"sparse": [
None,
"2nd entry",
None,
"4th entry",
None,
],
},
]