mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 11:48:11 +08:00
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 ~. |