JSON Objects are written with key/value
pairs and surrounded by curly braces{}
and keys and values are separated by colon :
and each key/value
pair is separated by a comma ,
.
We can access the object values by using dot .
notation and also access by using brackets []
notation.