Files
JavaScript-from-Beginner-to…/Chapter 15/people.json
T
2021-11-30 18:37:06 +05:30

18 lines
271 B
JSON

[
{
"first": "Laurence",
"last": "Svekis",
"topic": "JavaScript"
},
{
"first": "John",
"last": "Smith",
"topic": "HTML"
},
{
"first": "Jane",
"last": "Doe",
"topic": "CSS"
}