Validating JSON example values

Status Key Expected Value
Success choice1 Swift Swift
Error choice2 Swift22 Python
Success choice3 Objective-C Objective-C
Not found choice6 Java

Comparing JSON example with Choices

{

"choice1": "Swift",

- "choice2": "Python",

+ "choice2": "C",

"choice3": "Objective-C",

- "choice4": "Ruby"

+ "choice4": "Java"

}