小编Har*_*hil的帖子

没有从字符串值反序列化的字符串参数构造函数/工厂方法

我正在尝试使用外部 NYtimes API。这是一个示例数据输出示例:

{
    "status": "OK",
    "copyright": "Copyright (c) 2016 The New York Times Company. All Rights Reserved.",
    "section": "home",
    "last_updated": "2016-10-20T19:57:45-04:00",
    "num_results": 30,
    "results": [{
            "section": "Briefing",
            "subsection": "",
            "title": "Election, Dodgers, Duterte: Your Thursday Evening Briefing",
            "abstract": "Here’s what you need to know at the end of the day.",
            "url": "abc.co",
            "byline": "By KAREN ZRAICK and MERRILL D. OLIVER",
            "item_type": "Article",
            "updated_date": "2016-10-20T18:32:41-04:00",
            "created_date": "2016-10-20T17:58:30-04:00",
            "published_date": "2016-10-20T17:58:30-04:00",
            "material_type_facet": "",
            "kicker": "",
            "des_facet": [],
            "org_facet": [],
            "per_facet": [],
            "geo_facet": …
Run Code Online (Sandbox Code Playgroud)

java spring jackson

7
推荐指数
1
解决办法
4万
查看次数

标签 统计

jackson ×1

java ×1

spring ×1