19 lines
310 B
JSON
19 lines
310 B
JSON
{
|
|
"rows": [
|
|
{
|
|
"firstname": "Mark",
|
|
"lastname": "Otto",
|
|
"username": "@mdo"
|
|
},
|
|
{
|
|
"firstname": "Jacob",
|
|
"lastname": "Thornton",
|
|
"username": "@fat"
|
|
},
|
|
{
|
|
"firstname": "Larry",
|
|
"lastname": "The Bird",
|
|
"username": "@twitter"
|
|
}
|
|
]
|
|
} |