Decode JSON data in Java

前端 未结 7 624
旧时难觅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:19

    I like Flexjson. It's lightweight and easy to use.

    But I admit that I haven't bothered to compare all the alternatives :-)

提交回复
热议问题