JSON objects

JSON objects can be created with JavaScript. For creating JSON object we use curly braces {}. JSON object contains key/value pairs.

Code :