YML

YML is a human readable data language. Buto uses YML for all kind of purposes.

  example.yml
  
test1: Hello World
test2:
  - Hello World
  - Hello Buto
test3:
  world: Hello World
  buto: Hello Buto
test4: {world: Hello World, buto: Hello Buto}
test5: A lot of text comes here. Right?
test6: |
  A lot of text comes here. 
  Right?
test7:
  level2_1:
    - Alice
    - John
  level2_2:
    level3:
      james: James
      wiliam: Wiliam