How to send JSON back with JAVA?

后端 未结 4 2086
你的背包
你的背包 2021-02-14 05:04

I am having problems using Gzip compression and JQuery together. It seems that it may be caused by the way I am sending JSON responses in my Struts Actions. I use the next code

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-14 05:31

    In our project we are doing pretty much the same except that we use application/json as the content type.

    Wikipedia says that the official Internet media type for JSON is application/json.

提交回复
热议问题