{ "data": [ {"a":...,"dont_know_what_else_is_here":....} ] }
而且我只想将“数据”的值作为字符串存储到变量/数据库中.
如何从流式API读取它?
String content = jsonNode.get("data").textValue();
UPD:由于您使用的是流式解析器,因此Jackson使用的this示例可能会有所帮助.
UPD:方法名称现在为textValue() – docs