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

14 lines
239 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
[
None,
{ "empty": None, "canonical": None, "english": None, None: "null key" },
{
"sparse": [
None,
"2nd entry",
None,
"4th entry",
None,
],
},
]