18 lines
271 B
JSON
18 lines
271 B
JSON
[
|
|
{
|
|
"first": "Laurence",
|
|
"last": "Svekis",
|
|
"topic": "JavaScript"
|
|
},
|
|
{
|
|
"first": "John",
|
|
"last": "Smith",
|
|
"topic": "HTML"
|
|
},
|
|
{
|
|
"first": "Jane",
|
|
"last": "Doe",
|
|
"topic": "CSS"
|
|
}
|
|
|