File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ user.jason
22
22
"favouriteColour" : " blue" ,
23
23
"isProgrammer" : true ,
24
24
"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. )
26
26
"username" : " Joey" ,
27
27
"favouriteColour" : " red" ,
28
28
"isProgrammer" : false ,
29
29
"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. )
31
31
}]
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. )
33
33
{
34
34
"key" :" value" ,
35
35
"username" : " Mary" ,
You can’t perform that action at this time.
0 commit comments