mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00

* update regex pattern * improve json regex pattern checks and add test file * update file name * update tests and formatting * update changelog and version
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"]
|