Hi,
By default, AEM does not compress JSON files. To enable compression for JSON you can add below in dispatcher.any file
/filter{/0001{/glob "*.json"/type "allow"/name "Allow JSON"/action "gzip"}}
After making changes to the Dispatcher configuration, restart the Apache web server to apply the new...