Skip to content

JSON File Extension Requirement

Question:

We are having problems staging a .json file on our website. Is it okay if we name the json files '*.txt' just to avoid the web layer validation? They would still be valid json files.

Answer:

All files must be .json files, both the index.json URL and all URLs referenced within the index file. Any other file extension will fail validation, and does not meet programatic requirements.

Feedback and Knowledge Base