Android 无法在模型类中创建到pojo的Json

Android 无法在模型类中创建到pojo的Json,android,json,pojo,Android,Json,Pojo,这是我的Json,我正试图在Pojo中使用它进行转换,但出现了错误。出现了一个问题:内部服务器错误:我不知道我犯了什么错误,而给定的Json是有效的Json。请告诉我我做错了什么 这是一个可以从Json字符串生成Json模型的插件。此插件仅适用于Android Studio和IntelliJ IDEA 您可以阅读文档并按照项目github页面中的说明操作。这是站点上的服务器错误。我们能做些什么。您可以尝试其他网站。我投票将此问题作为主题外的问题关闭,因为这是您正在使用的网站的问题与Android

这是我的Json,我正试图在Pojo中使用它进行转换,但出现了错误。出现了一个问题:内部服务器错误:我不知道我犯了什么错误,而给定的Json是有效的Json。请告诉我我做错了什么


这是一个可以从Json字符串生成Json模型的插件。此插件仅适用于Android Studio和IntelliJ IDEA


您可以阅读文档并按照项目github页面中的说明操作。

这是站点上的服务器错误。我们能做些什么。您可以尝试其他网站。我投票将此问题作为主题外的问题关闭,因为这是您正在使用的网站的问题与Android无关。尝试此插件使用此网站pojo.sodhanalibrary.com/您应该尝试使用其他网站。这不是一个有效的问题
   [ {
        "asin": "B01CYB01YM",
        "categories": [
            "59d24dddc3d7130100260e45"
        ],
        "locale": "en_IN",
        "tags": [
            "string"
        ],
        "lastSyncSuccess": true,
        "productDetails": [
            {
                "ASIN": [
                    "B01CYB01YM"
                ],
                "DetailPageURL": [
                    "https://www.amazon.in/Princeware-Store-Fresh-Plastic-Bowl/dp/B01CYB01YM?SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                ],
                "ItemLinks": [
                    {
                        "ItemLink": [
                            {
                                "Description": [
                                    "Add To Wishlist"
                                ],
                                "URL": [
                                    "https://www.amazon.in/gp/registry/wishlist/add-item.html?asin.0=B01CYB01YM&SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                                ]
                            },
                            {
                                "Description": [
                                    "Tell A Friend"
                                ],
                                "URL": [
                                    "https://www.amazon.in/gp/pdp/taf/B01CYB01YM?SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                                ]
                            },
                            {
                                "Description": [
                                    "All Customer Reviews"
                                ],
                                "URL": [
                                    "https://www.amazon.in/review/product/B01CYB01YM?SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                                ]
                            },
                            {
                                "Description": [
                                    "All Offers"
                                ],
                                "URL": [
                                    "https://www.amazon.in/gp/offer-listing/B01CYB01YM?SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                                ]
                            }
                        ]
                    }
                ],

                "ItemAttributes": [
                    {
                        "Brand": [
                            "Princeware"
                        ],
                        "Color": [
                            "Green"
                        ],
                        "EAN": [
                            "0728632342267"
                        ],
                        "EANList": [
                            {
                                "EANListElement": [
                                    "0728632342267"
                                ]
                            }
                        ],
                        "Feature": [
                            "PRINCEWARE"
                        ],
                        "ItemDimensions": [
                            {
                                "Weight": [
                                    {
                                        "_": "104",
                                        "ref": "",
                                        "036": {
                                            "Units": "hundredths-pounds"
                                        },
                                        "name": ""
                                    }
                                ]
                            }
                        ],
                        "Label": [
                            "808349545554"
                        ],
                        "ListPrice": [
                            {
                                "Amount": [
                                    "30100"
                                ],
                                "CurrencyCode": [
                                    "INR"
                                ],
                                "FormattedPrice": [
                                    "INR 301.00"
                                ]
                            }
                        ],
                        "Manufacturer": [
                            "808349545554"
                        ],
                        "Model": [
                            "Princeware Store Fresh Plastic Bowl 5pcs"
                        ],
                        "MPN": [
                            "Princeware store"
                        ],
                        "PackageDimensions": [
                            {
                                "Height": [
                                    {
                                        "_": "394",
                                        "ref": "",
                                        "036": {
                                            "Units": "hundredths-inches"
                                        },
                                        "name": ""
                                    }
                                ],
                                "Length": [
                                    {
                                        "_": "736",
                                        "ref": "",
                                        "036": {
                                            "Units": "hundredths-inches"
                                        },
                                        "name": ""
                                    }
                                ],
                                "Weight": [
                                    {
                                        "_": "75",
                                        "ref": "",
                                        "036": {
                                            "Units": "hundredths-pounds"
                                        },
                                        "name": ""
                                    }
                                ],
                                "Width": [
                                    {
                                        "_": "713",
                                        "ref": "",
                                        "036": {
                                            "Units": "hundredths-inches"
                                        },
                                        "name": ""
                                    }
                                ]
                            }
                        ],
                        "PackageQuantity": [
                            "1"
                        ],
                        "PartNumber": [
                            "Princeware store"
                        ],
                        "ProductGroup": [
                            "Kitchen"
                        ],
                        "ProductTypeName": [
                            "KITCHEN"
                        ],
                        "Publisher": [
                            "808349545554"
                        ],
                        "Size": [
                            "set of 5"
                        ],
                        "Studio": [
                            "808349545554"
                        ],
                        "Title": [
                            "Princeware"
                        ],
                        "UPC": [
                            "728632342267"
                        ],
                        "UPCList": [
                            {
                                "UPCListElement": [
                                    "728632342267"
                                ]
                            }
                        ]
                    }
                ],
                "OfferSummary": [
                    {
                        "LowestNewPrice": [
                            {
                                "Amount": [
                                    "24900"
                                ],
                                "CurrencyCode": [
                                    "INR"
                                ],
                                "FormattedPrice": [
                                    "INR 249.00"
                                ]
                            }
                        ],
                        "TotalNew": [
                            "3"
                        ],
                        "TotalUsed": [
                            "0"
                        ],
                        "TotalCollectible": [
                            "0"
                        ],
                        "TotalRefurbished": [
                            "0"
                        ]
                    }
                ],
                "Offers": [
                    {
                        "TotalOffers": [
                            "1"
                        ],
                        "TotalOfferPages": [
                            "1"
                        ],
                        "MoreOffersUrl": [
                            "https://www.amazon.in/gp/offer-listing/B01CYB01YM?SubscriptionId=AKIAJOXABSYIMSYRFD3Q&tag=derrickpaulch-21&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01CYB01YM"
                        ],
                        "Offer": [
                            {
                                "OfferAttributes": [
                                    {
                                        "Condition": [
                                            "New"
                                        ]
                                    }
                                ],
                                "OfferListing": [
                                    {
                                        "OfferListingId": [
                                            "6thY%2FLAkJOK4TeD5BZNHisq2zTb6eCDO4dXRDGLm5UunnE0CcFmEuEz2RXZVJUxeb1noHkUTpGAgSmJgfLwEwoRI%2BnBP1c5tihkvQUbEos5KOnaRKXEH2sVIWJ4N5Z1w9deLUG4J3ovRGzg9gjJYcccUdpyiBkXC"
                                        ],
                                        "Price": [
                                            {
                                                "Amount": [
                                                    "29900"
                                                ],
                                                "CurrencyCode": [
                                                    "INR"
                                                ],
                                                "FormattedPrice": [
                                                    "INR 299.00"
                                                ]
                                            }
                                        ],
                                        "SalePrice": [
                                            {
                                                "Amount": [
                                                    "24900"
                                                ],
                                                "CurrencyCode": [
                                                    "INR"
                                                ],
                                                "FormattedPrice": [
                                                    "INR 249.00"
                                                ]
                                            }
                                        ],
                                        "AmountSaved": [
                                            {
                                                "Amount": [
                                                    "5000"
                                                ],
                                                "CurrencyCode": [
                                                    "INR"
                                                ],
                                                "FormattedPrice": [
                                                    "INR 50.00"
                                                ]
                                            }
                                        ],
                                        "PercentageSaved": [
                                            "17"
                                        ],
                                        "Availability": [
                                            "Usually dispatched within 1-2 business days"
                                        ],
                                        "AvailabilityAttributes": [
                                            {
                                                "AvailabilityType": [
                                                    "now"
                                                ],
                                                "MinimumHours": [
                                                    "24"
                                                ],
                                                "MaximumHours": [
                                                    "48"
                                                ]
                                            }
                                        ],
                                        "IsEligibleForSuperSaverShipping": [
                                            "0"
                                        ],
                                        "IsEligibleForPrime": [
                                            "0"
                                        ]
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ],
        "createdAt": "2017-10-07T13:38:30.440Z",
        "updatedAt": "2017-10-07T13:38:30.440Z",
        "id": "59d8d8d61c79080100065266"
    }



]