What are the examples of valid JSON data?
0
-
Valid JSON examples:
Single key-value pair:
{ "name": "John" }Multiple key-value pairs:
{"name": "John",
"age": 25,
"city": "Mumbai"
}
0
Please sign in to leave a comment.
Comments
1 comment