Decode JSON data in Java

前端 未结 7 659
旧时难觅i
旧时难觅i 2020-12-03 15:20

I\'m used to PHP, and decoding json data is just a line of code. What would be the easiest way to do this in java?

7条回答
  •  清歌不尽
    2020-12-03 16:05

    I love Gson, it's very simple and easy to use. If you are interessted in more, here is a tutorial (german): http://blog.mynotiz.de/programmieren/java-json-decode-tutorial-2074/

提交回复
热议问题