mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
---
|
|
foo: 4
|
|
FooBar : 5
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "---"],
|
|
["key", "foo"], ["punctuation", ":"], ["number", "4"],
|
|
["key", "FooBar"], ["punctuation", ":"], ["number", "5"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for keys. |