Files
presidio/docs/samples/python/sample_data/test_structured.json
2024-11-06 15:21:45 +02:00

11 lines
223 B
JSON

{
"id": 1,
"name": "John Doe",
"email": "john.doe@example.com",
"address": {
"street": "123 Main St",
"city": "Anytown",
"state": "CA",
"non_pii": "reallynotapiiatall"
}
}