gpt4 book ai didi

java - 无法使用 objectmapper 从 html 字符串读取值

转载 作者:行者123 更新时间:2023-12-02 00:10:50 26 4
gpt4 key购买 nike

public void testJson() {

ObjectMapper mapper = new ObjectMapper();
try {
String htmlString = mapper.readValue("<!Doctype>", String.class);
} catch (IOException e) {
e.printStackTrace();
}

}

com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: (String)"";

如何解决这个问题?

最佳答案

我最终使用了 gson。

JsonObject jsonObject = new JsonParser().parse(json).getAsJsonObject();

关于java - 无法使用 objectmapper 从 html 字符串读取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58122135/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com