Select from following answers:- {}
- { "title" : "Star Wars", "quotes" : [ "Use the Force", "These are not the droids you are looking for" ], "director" : "George Lucas" }
- { "name" : "Fred Flinstone" ; "occupation": "Miner" ; "wife" : "Wilma" }
- Only 1 and 2
- All Above
The third option is wrong because a valid JSON can never contain a semicolon (;) in between the key value pairs. It must be separated with a comma (,)
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator