kiểu dữ liệu
# tự nhận dạng kiểu
name: Alice → string
age: 25 → number
active: true → boolean
score: 9.5 → float
data: null → null
id: "007" → ép string
object lồng nhau
address:
street: 123 Lê Lợi
city: Hà Nội
array
tags:
- javascript
- html
- css
array of objects
users:
-
name: Alice
role: admin
-
name: Bob
role: user
inline
colors: [red, green, blue]
meta: {v: 1, env: prod}
lưu ý
# dòng này là comment
# thụt lề dùng 2 spaces
# yes/no = true/false
# ~ = null