This content originally appeared on DEV Community and was authored by Mahbub Ferdous Bijoy
here is key : value
key : value
app : user-authentication
#this all about key value just remember to put indentation
there is all variable in YAML.
#string
app : user-authentication
#integer
port : 8000
#float
version : 1.7
#boolean
deployed : true
here is all objects YAML
microservices :
app : payment-app
port : 9001
version : 1.9
deployed : false
here is list
fruits :
- apple
- kiwi
- banana
- orange
- nuts :
- almond
- cashew
here is all multiline yaml, list with objects
---
microservices :
- name : user-authentication
port : 9001
version : 1.9
deployed : true
- name : payment-app
port : 9002
version : 1.8
deployed : false
- name : db-app
port : 9003
version : 1.8
deployed : true
---
## schools --> name, principal --> students --> name,rollnumber,parents,number
schools:
- name : MHS
principal : Gius
students :
- name: Mahbub
roolnumber : 7
parents :
- father : rahim
- mother : josna
number: 460
This content originally appeared on DEV Community and was authored by Mahbub Ferdous Bijoy
Print
Share
Comment
Cite
Upload
Translate
Updates
There are no updates yet.
Click the Upload button above to add an update.
APA
MLA
Mahbub Ferdous Bijoy | Sciencx (2024-10-07T20:25:18+00:00) YAML Syntax And So More. Retrieved from https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/
" » YAML Syntax And So More." Mahbub Ferdous Bijoy | Sciencx - Monday October 7, 2024, https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/
HARVARDMahbub Ferdous Bijoy | Sciencx Monday October 7, 2024 » YAML Syntax And So More., viewed ,<https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/>
VANCOUVERMahbub Ferdous Bijoy | Sciencx - » YAML Syntax And So More. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/
CHICAGO" » YAML Syntax And So More." Mahbub Ferdous Bijoy | Sciencx - Accessed . https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/
IEEE" » YAML Syntax And So More." Mahbub Ferdous Bijoy | Sciencx [Online]. Available: https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/. [Accessed: ]
rf:citation » YAML Syntax And So More | Mahbub Ferdous Bijoy | Sciencx | https://www.scien.cx/2024/10/07/yaml-syntax-and-so-more/ |
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.