AWS Classroomnotes 30/Sep/2022

YAML

  • This is data representation format
  • This is used to represent data in the name-value pairs
  • Sample YAML
---
title: PS1
release-date: 30/09/2022
languages:
  - tamil
  - telugu
  - kannada
  - hindi
  - malyalam
budget: 400
director: maniratnam
cast:
  xxx: vikram
  xxy: karthi
  • Json also is the data representation format
{
    "title": "PS1",
    "release-date": "30/09/2022",
    "budget": 400,
    "languages": [
        "telugu",
        "tamil"
    ],
    "director": "maniratnam",
    "cast": {
        "xxx": "vikram",
        "xxy": "karthi"
    },
    "isimax": true
}

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube