unstructured/example-docs/fake-incomplete-json.txt

11 lines
207 B
Plaintext
Raw Permalink Normal View History

{
"name": "John Doe",
"age": 30,
"email": "johndoe@example.com",
"is_student": true,
"address": {
"city": "New York",
"zipcode": "10001"
},
"hobbies": ["reading", "running", "cooking"]