ZOHO API回应,未收到POJO

时间:2019-12-10 14:03:47

标签: android api retrofit zoho jsonschema2pojo

我从zoho API收到此响应。但是我无法解析到POJO进行翻新。

我正在尝试使用此转换器。 http://www.jsonschema2pojo.org/

下面是我从zoho API得到的响应。

{
 "formname": ["Checkpoint_Database", {
 "operation": ["add", {
    "values": {
        "How_many_scan": "44",
        "Checkpoint_description": "test Desc",
        "Address": "test Address",
        "Checkpoint_Name": "test Name postman",
        "mobile_input": "786576",
        "Checkpoint_ID": "3354762000041174214",
        "Bureau": "test Bureu"
    },
    "status": "Failure, Duplicate values found for 'Checkpoint ID'"
}]
}]
}

this is response after conversion using http://www.jsonschema2pojo.org/

0 个答案:

没有答案