JSON Object Notation

  • A JSON object is an unordered set of name/value pairs
  • A JSON object begins with { (left brace) and ends with } (right brace)
  • Each name is followed by : (colon) and the name/value pairs are separated by , (comma)