YAML

#Comment: Student record
#Describes some characteristics and preferences
---
name: 'value' #key-value
number: 26
boolean: true
others:
  - 'string' #first list item
  - null #second list item
  - true #third list item
prop: Unquoted
---