I am writing an extension method for parsing JSON string for any given type. I wanted to use the method on types instead of instances like many examples we already know, but
The short answer is it cannot be done; extension methods need to work on an instance of something.