9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"id": "jerry",
|
|
"username": "speedy",
|
|
"age": 22,
|
|
"gender": "male",
|
|
"married": true,
|
|
"color": "green"
|
|
}
|