When working with Angular, it is common to declare an interface before parsing JSON data retrieved from a server. While this approach works well with small JSON structures, it becomes challenging when dealing with large files containing hundreds of key-value pairs.
What alternative options are available in such situations?