JSON File Extension

后端 未结 3 1333
轮回少年
轮回少年 2021-02-15 17:17

I\'ve been saving all my json files with .txt extension and they worked with jquery ajax calls.

When I change the extension to .json and in my jquery ajax call --

3条回答
  •  情话喂你
    2021-02-15 17:28

    The correct extension is .json, and the mime type is application/json (reference: this Wikipedia page). Generally speaking, however, it should work with any extension so long as your data structure is valid and your web server is doing what it's supposed to.

提交回复
热议问题