A C# console-based application that manages student records using JSON as a persistent storage format. Supports adding students, tracking courses and marks, calculating averages, viewing and deleting records — all from an interactive terminal menu.
- Add a student with auto-incremented ID
- Store multiple courses and marks per student
- Save/load student records to/from
student.json
- View all students or search by ID
- Delete student records
- Display average marks
- C#
- .NET Console Application
- System.Text.Json for serialization
- Clone this repo:
git clone https://github.com/rojanjn/student-json-manager.git cd student-json-manager/StudentJsonManager