Manually extract and structure unstructured text data about musicians into a valid JSON format. Each JSON object should include: participantId, participantName, dateOfBirth, instrumentSkills, and preferredGenres.
- Visual Studio Code – for creating and editing the JSON file
- C# Console Application – for parsing and displaying the structured data
- Manual data extraction and JSON validation
- Open the project in Visual Studio Code.
- Make sure the
Musicians.jsonfile contains the structured data. - Run the C# console application (
JsonParser.csproj) to display the parsed output in the terminal.