pyyaml/tests3/data/construct-null.code

13 lines
239 B
Text

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