Skip to content

Instantly share code, notes, and snippets.

@ashish-mj
Created February 5, 2022 08:22
Show Gist options
  • Save ashish-mj/37f6f3e05f08a863303ba80a02646c5d to your computer and use it in GitHub Desktop.
Save ashish-mj/37f6f3e05f08a863303ba80a02646c5d to your computer and use it in GitHub Desktop.
# This is a comment
# Scalar is a single stored value
Name : Ashish # Scalar, string
Age : 20 # Scalar, int
Graduated : false # Scalar, boolean
CPGA : 9.23 # Scalar, float
Rank : null # Scalar , can be .NaN
SGPA : # array
- 9.06
- 9.01
- 9.44
- 9.20
Education : # dictionary
PUC :
Name : "Board PU College"
Year : 2017
Percentage : 88.75
High School :
Name : "Public High School"
Year : 2015
Percentage : 92.08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment