unstructured/example-docs/fake-incomplete-json.txt
John f282a10715
enhancement: improve json detection by detect_filetype (#971)
* update regex pattern

* improve json regex pattern checks and add test file

* update file name

* update tests and formatting

* update changelog and version
2023-07-25 12:47:39 -04:00

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"]