mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-31 10:03:07 +00:00 
			
		
		
		
	 f282a10715
			
		
	
	
		f282a10715
		
			
		
	
	
	
	
		
			
			* 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"]
 |