File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments