I am using the dynamic type to read in a lot of JSON and process it. Frankly, I’d rather have intellisense. So I was wondering whether anyone has written a converter class that takes a dynamic object and generates a static class(es) out of it.
I am using the dynamic type to read in a lot of JSON and
Share
Check out the JSON C# Class Generator: