Decode JSON data in Java

前端 未结 7 638
旧时难觅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条回答
  •  Happy的楠姐
    2020-12-03 16:01

    Decoding json in java is not too hard. Google's gson api handles json data very well. A tutorial on decoding json data using gson is there in my blog http://preciselyconcise.com/apis_and_installations/json_to_java.php

提交回复
热议问题