Utility Class – JSON to C# Object
The idea is that I can call this utility class specifying the type of class I want and the path to the JSON file. The utility should cache the results, with a cache dependency on the file. Here’s the c# code Usage Example JSON A class to match the JSON How to use