mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 03:26:23 +00:00
27 lines
399 B
JSON
27 lines
399 B
JSON
{
|
|
"name": "gerry",
|
|
"citizenship": "US",
|
|
"height-in-cm": 197,
|
|
"coder": true,
|
|
"friends": [
|
|
"Moe",
|
|
"Larry",
|
|
"Curly"
|
|
],
|
|
"employees": [
|
|
{
|
|
"name": "Moe",
|
|
"position": "dev"
|
|
},
|
|
{
|
|
"name": "Larry",
|
|
"position": "ops"
|
|
},
|
|
{
|
|
"name": "Curly",
|
|
"position": "devOps"
|
|
}
|
|
],
|
|
"poem": "Mary had a little lamb\nIt was very cute\n"
|
|
}
|