Parse Json to String android studio

后端 未结 4 1464
Happy的楠姐
Happy的楠姐 2021-01-19 14:58

I have this JSON object:

{
  \"1\":{
    \"id_module\":\"f83d6101cc\",
    \"adresse_mac\":\"00:6A:8E:16:C6:26\",
    \"mot_de_passe\":\"mp0001\",\"name\":\         


        
4条回答
  •  春和景丽
    2021-01-19 15:43

    I recommend using gson from Google.

    Check out this tutorial

    GSON Makes live way more handable!

提交回复
热议问题