17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
---
|
|
foo: null
|
|
bar: ~
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "---"],
|
|
["key", "foo"], ["punctuation", ":"],
|
|
["null", "null"],
|
|
["key", "bar"], ["punctuation", ":"],
|
|
["null", "~"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for null and ~. |