JSON Search is a Python utility script designed to search for specific words within JSON files. It provides a simple and intuitive command-line interface for searching words within JSON data, allowing users to efficiently explore and analyze JSON files.
- Search for specific words within JSON files recursively.
- Interactive input for the JSON file path.
- Error handling for file not found and invalid JSON format.
- User-friendly display of search results.
- Flexible usage with command-line arguments.
- Clone the repository or download the json_search.py script.
- Run the script using Python: python json_search.py <file_path>
- Replace <file_path> with the path to your JSON file.
- Follow the prompts to enter the word you want to search for.
- View the search results displayed in the console.
- Python 3.x
- No additional Python packages required
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize the README.md according to your preferences and project details!