Create Persons in Yaml



So we can create persons so then contain them into artificial containers. Extract all the information of a person till now and then put a generic program to act as a human (learn, improve, feel, hate...)

person:
 name: "ivan"
 occupation: 'engineer'
 age: 32
 gpa: 3.5
 fav_num: 1e+10
 male: true
 brithday: 1994-02-06 14:33:22
 flaqws: null
 hobbies:
  - hiking
  - movies
  - riding bike
 movies: ["DArk Knight", "Good Will ?Hunting"]
 friends:
  -name: "Step"
   age: 22
  -{name: "Adam", age: 22}
  signature:
   Ivan
   Google Cloud Support.
 
 
#anchor values.



Comentarios