Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 306 Bytes

File metadata and controls

7 lines (5 loc) · 306 Bytes

Simple-JSON-Extractor

A simple way to extract JSON from a text

HOW TO USE

$ python3 Simple-JSON-Extractor.py <file-to-parse>

The script will create a new directory named Simple JSON Extractor in which it will create one file for each valid JSON document found within the file passed as parameter.