11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"id": "lea",
|
|
"username": "lea",
|
|
"age": 35,
|
|
"gender": "female",
|
|
"married": true,
|
|
"children": ["tom"],
|
|
"tag": "tag::test",
|
|
"tags": ["tag::first", "tag::second"]
|
|
}
|