mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-01 04:07:51 +08:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
---
|
|
foo: 4
|
|
FooBar : 5
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "---"],
|
|
["key", "foo"], ["punctuation", ":"], ["number", "4"],
|
|
["key", "FooBar"], ["punctuation", ":"], ["number", "5"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for keys. |