On this page
| Similar Technologies | Related Technologies | Related Topics | |
|---|---|---|---|
| YAML | JSON | Data Formats |
YAML
data serialization format
name: "John Doe"
age: 30
is_student: false
address:
street: "123 Main St"
city: "Springfield"
state: "IL"
postal_code: "62701"
hobbies:
- "Reading"
- "Cycling"
- "Photography"
- Comments start with #
addressis a dictionaryhobbiesis a list