mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"geralt" : {
|
|
"id": "whitewolf",
|
|
"name": "Geralt of Rivia"
|
|
},
|
|
"lara_croft" : {
|
|
"id": "m31a3n6sion",
|
|
"name": "Lara Croft"
|
|
},
|
|
"mario" : {
|
|
"id": "smb3igiul",
|
|
"name": "Mario"
|
|
},
|
|
"gordon_freeman" : {
|
|
"id": "nohalflife3",
|
|
"name": "Gordon Freeman"
|
|
}
|
|
}
|