mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
15 lines
241 B
JSON
15 lines
241 B
JSON
[{
|
|
"name": "Jim Knopf",
|
|
"address": {
|
|
"street": null,
|
|
"number": -1,
|
|
"country": "Lummerland"
|
|
}
|
|
}, {
|
|
"name": "Frau Mahlzahn",
|
|
"address": {
|
|
"street": "Alte Strasse",
|
|
"number": 133,
|
|
"country": "Kummerland"
|
|
}
|
|
}] |