mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:09:39 +02:00
10 lines
251 B
JSON
10 lines
251 B
JSON
{
|
|
"data" : [
|
|
{ "name" : "Father", "age": 30 },
|
|
{ "name" : "Mother", "age": 29 },
|
|
{ "name" : "Grandfather", "age": 62 },
|
|
{ "name" : "GrandMother", "age": 61 },
|
|
{ "name" : "Child 1", "age": 2 },
|
|
{ "name" : "Child 2", "age": 4 }
|
|
]
|
|
} |