- Panagiotis Vardalas
This C program provides two primary functionalities:
- JSON Data Extraction: Extracts the message content from a json file.
- Interactive Conversation: Simulates a chatbot interface using a neural library for processing queries.
./jason --extract <filename>Where:
<filename>: The path to a JSON file containing structured data.
./jason --botIn bot mode, the program enters an interactive session where the user can input queries.
- JSON Parsing: Uses string manipulation functions to locate and extract specific JSON fields and find the path to the content of the message.
- Chat Bot Functionallity: Uses an external neurolib to handle the responses.