pr3-s2/PersonenNeu.json

62 lines
791 B
JSON
Raw Normal View History

2023-01-09 17:41:29 +01:00
[
{
"Index": 1,
"Titel": [
"Dr."
],
"Vorname": [
"Lucas"
],
"Zweitname": [
"Linus"
],
"Nachname": [
"Kreutzer"
],
"Stra\u00dfe": [
"Heidelberger Allee"
],
"Hausnummer": [
"18"
],
"PLZ": [
"68305"
],
"Wohnort": [
"Mannheim"
],
"Geburtsdatum": [
"19.12.2022"
]
},
{
"Index": 2,
"Titel": [
"Ing."
],
"Vorname": [
"Birgid"
],
"Zweitname": [
null
],
"Nachname": [
"Oestrovsky"
],
"Stra\u00dfe": [
"Heidelberger Allee"
],
"Hausnummer": [
"18"
],
"PLZ": [
"68305"
],
"Wohnort": [
"Mannheim"
],
"Geburtsdatum": [
"12.03.2022"
]
}
]