mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
---
|
|
foo: true
|
|
bar: false
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "---"],
|
|
["key", "foo"], ["punctuation", ":"],
|
|
["boolean", "true"],
|
|
["key", "bar"], ["punctuation", ":"],
|
|
["boolean", "false"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for booleans. |