mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
![]() |
{
|
||
|
"name": "John Doe",
|
||
|
"age": 30,
|
||
|
"email": "johndoe@example.com",
|
||
|
"is_student": true,
|
||
|
"address": {
|
||
|
"city": "New York",
|
||
|
"zipcode": "10001"
|
||
|
},
|
||
|
"hobbies": ["reading", "running", "cooking"]
|