Attempting to design a universal "mapping" technique that can receive an interface and JSON response, and then correlate the existing keys with the interface. The main challenge faced is the apparent inability to retrieve the accessible properties of an interface without first initializing them.
Is there a method to access the content of an interface without the necessity of declaring it beforehand?