在JSON中获取电子邮件地址的最佳做法是什么

时间:2018-10-23 17:37:35

标签: json steam

请问是否有更好的做法在此Json语句(如Java流)中获取电子邮件地址“ tester@xxx.com”?

{ 
"search": { 
            "entry": [
                        { "dn": "uid=123456,c=cn,ou=bluepages,o=xxx.com",
                        "attribute": [{ "name": "emailaddress", "value": [ "tester@xxx.com" ] }]
                        }
                    ],
            "return": {
                        "code": 0,
                        "message": "Success",
                        "count": 1
                    }
        } 

}

0 个答案:

没有答案