In the midst of my work on an Angular project, I have successfully compiled data into an array and am able to download it as a CSV file using an Angular package. However, I have not been able to locate a suitable package that allows me to download the same data in JSON format, which may be necessary for some clients. Is there a method to download an array object to a file in JSON format?