mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-08-02 08:10:46 -05:00
Deployed 8d08220 with MkDocs version: 1.5.3
This commit is contained in:
11
samples/python/sample_data/test_structured.json
Normal file
11
samples/python/sample_data/test_structured.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "John Doe",
|
||||
"email": "john.doe@example.com",
|
||||
"address": {
|
||||
"street": "123 Main St",
|
||||
"city": "Anytown",
|
||||
"state": "CA",
|
||||
"postal_code": "12345"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user