mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-25 20:30:53 -05:00
38 lines
969 B
JSON
38 lines
969 B
JSON
{
|
|
"users": [
|
|
{
|
|
"id": 1,
|
|
"name": "John Doe",
|
|
"email": "john.doe@example.com",
|
|
"address": {
|
|
"street": "123 Main St",
|
|
"city": "Anytown",
|
|
"state": "CA",
|
|
"non_pii": "reallynotpii"
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Jane Smith",
|
|
"email": "jane.smith@example.com",
|
|
"address": {
|
|
"street": "456 Elm St",
|
|
"city": "Somewhere",
|
|
"state": "TX",
|
|
"non_pii": "reallynotapii"
|
|
}
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Alice Johnson",
|
|
"email": "alice.johnson@example.com",
|
|
"address": {
|
|
"street": "789 Pine St",
|
|
"city": "Elsewhere",
|
|
"state": "NY",
|
|
"non_pii": "reallynotapiiatall"
|
|
}
|
|
}
|
|
]
|
|
}
|