Powan55 / Trivial-Trivia

1 stars 0 forks source link

Add support for JSON format #5

Open Uttamb7 opened 1 year ago

Uttamb7 commented 1 year ago

This feature will help the user have flexibility in the game by letting the user import and export questions with the '.json' file type, whenever we have questions in the game the read feature will be able to read raw data and format it into readable data. The write feature will be able to convert the readable data into .json type.

Subtask