Skip to content

Commit 79e44a5

Browse files
committed
JSONSSSSS
1 parent 20ccf8f commit 79e44a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Guidebook/JSON.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ user.jason
2222
"favouriteColour": "blue",
2323
"isProgrammer": true,
2424
"hobbies": ["Reading", "Watching Movies", "Gaming"],
25-
"friends": [{ (details can be nested to show a heirachy of data)
25+
"friends": [{ (Details can be nested to show a heirachy of data.)
2626
"username": "Joey",
2727
"favouriteColour": "red",
2828
"isProgrammer": false,
2929
"hobbies": ["Bowling", "Watching Movies", "Frisbee"],
30-
"friends": "..." (there is no need for a comma at the end of the final key value pair)
30+
"friends": "..." (There is no need for a comma at the end of the final key value pair.)
3131
}]
32-
}, (Don't forget the comma at the end of an object as well)
32+
}, (Don't forget the comma at the end of an object as well.)
3333
{
3434
"key":"value",
3535
"username": "Mary",

0 commit comments

Comments
 (0)