mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-31 23:30:46 -05:00
Deployed 8d08220 with MkDocs version: 1.5.3
This commit is contained in:
37
samples/python/sample_data/test_structured_complex.json
Normal file
37
samples/python/sample_data/test_structured_complex.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "John Doe",
|
||||
"email": "john.doe@example.com",
|
||||
"address": {
|
||||
"street": "123 Main St",
|
||||
"city": "Anytown",
|
||||
"state": "CA",
|
||||
"postal_code": "12345"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Jane Smith",
|
||||
"email": "jane.smith@example.com",
|
||||
"address": {
|
||||
"street": "456 Elm St",
|
||||
"city": "Somewhere",
|
||||
"state": "TX",
|
||||
"postal_code": "67890"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Alice Johnson",
|
||||
"email": "alice.johnson@example.com",
|
||||
"address": {
|
||||
"street": "789 Pine St",
|
||||
"city": "Elsewhere",
|
||||
"state": "NY",
|
||||
"postal_code": "11223"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user