JSON JSON Object Notation April 3, 2012 Pramod T P 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)