Skip to content

MariaDelcheva/JSON-Data-Structuring---using-Visual-Studio-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Data Structuring – using Visual Studio Code

Task

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.

Tools and Methods Used

  • 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

How to Run the Solution

  1. Open the project in Visual Studio Code.
  2. Make sure the Musicians.json file contains the structured data.
  3. Run the C# console application (JsonParser.csproj) to display the parsed output in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages