Dear Sir or Madam,
I have a JSON file available and would like to read and process this data using C# programming language. After reading the data from the JSON file, I would rewrite (change format) this data. You can think of it like a translator reading a JSON file and then translating it to another file.
An example would be:
I have a JSON file with different employee names (first name and last name), ID, location and etc. now the first thing I want to do is read the data using C# programming language. Then I want to rewrite the read data. For example in the JSON file residence is defined as City, but in the other file (like DB file) it is defined as CityOfResidence. Thus I must translate the indication from the JSON file. Finally after translation another file format will be generated, for example DB file.
Do any of you have a good suggestion on the most clever way to solve this problem?
With kind regards