Files
presidio/samples/python/sample_data/test_structured.json

11 lines
214 B
JSON

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