DEV Community

IMRC21
IMRC21

Posted on

Moving JSON informations to a default JSON template [Solved]

Hi everyone, I'm working at this since last week and I still can't find a way to solve this problem.
I have to adapt this JSON to the standards of this one.
I'm currently working in c# and this is the first JSON file adapted in c# classes:

The second file parsed in c# classes:

Basically I need to fill dynamically the second class with the informations of the first JSON.
From the first file I don't need "Intervals" and all the informations that you cannot find in the second file.

Hope I've been clear and not OT, thanks.

Top comments (0)