mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
---
|
|
foo: null
|
|
bar: ~
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "---"],
|
|
["key", "foo"], ["punctuation", ":"],
|
|
["null", "null"],
|
|
["key", "bar"], ["punctuation", ":"],
|
|
["null", "~"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for null and ~. |