mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-15 19:34:42 +08:00
52 lines
No EOL
715 B
YAML
52 lines
No EOL
715 B
YAML
---
|
|
# <- yaml supports comments, json does not
|
|
# { foo: 'bar' }
|
|
keyempty:
|
|
keysimple: ttt
|
|
keyquoted: 'a'
|
|
keydquoted: "b"
|
|
keyref: &b bh
|
|
keyrefcall: *b
|
|
keyjsonarray: [1,2]
|
|
keyjsonobj: {"a": 2,"b": 3}
|
|
subkey:
|
|
keypartial: "
|
|
4\"
|
|
fakekey: t
|
|
"
|
|
object:
|
|
key: 4
|
|
array:
|
|
- 324
|
|
- null
|
|
- boo lean: &a reference_called
|
|
- integer: 1
|
|
emptyparagraph: >
|
|
paragraph: >
|
|
false: qsd
|
|
Blank lines denote
|
|
|
|
paragraph breaks
|
|
but not linefeed
|
|
emptycontent: |-
|
|
content:
|
|
|-
|
|
Or we
|
|
can auto
|
|
convert line breaks
|
|
to save space
|
|
array2:
|
|
- *a #comm
|
|
- *a
|
|
- mul:
|
|
aqdqsdqsdq
|
|
bqsdqsdqd
|
|
arr:
|
|
- another: value
|
|
interitem: 456
|
|
- lad: "fqqs\"
|
|
5654"
|
|
partial:
|
|
r: |-
|
|
"{a: 45}"
|
|
stupdtxt |