What is the correct syntax of writing JSON name/value pair, where the value is of string type?
Options:
Explanation:
The correct syntax of writing JSON name/value pair, where the value is of string type:
Tags:
JSON
Answer:
What is the correct syntax of writing JSON name/value pair, where the value is of string type "name" : "value".