第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何從 URL 讀取 JSON 文件?

如何從 URL 讀取 JSON 文件?

侃侃爾雅 2023-07-28 15:24:09
我正在嘗試使用 gson 從URL讀取 json?,但似乎有問題。這是我的代碼:String?url?=?"..."; com.google.gson.JsonObject?jsonObject?=?new?JsonParser().parse(url).getAsJsonObject(); String?fajr?=?jsonObject.getAsJsonObject("data").getAsJsonObject("timings").get("Fajr").getAsString(); System.out.println(fajr);錯(cuò)誤:Exception?in?thread?"main"?com.google.gson.JsonSyntaxException:?com.google.gson.stream.MalformedJsonException:?Use?JsonReader.setLenient(true)?to?accept?malformed?JSON?at?line?1?column?6?path?$ ????at?com.google.gson.JsonParser.parse(JsonParser.java:65) ????... Caused?by:?com.google.gson.stream.MalformedJsonException:?Use?JsonReader.setLenient(true)?to?accept?malformed?JSON?at?line?1?column?6?path?$ ????at?com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1568) ????... ????at?com.google.gson.JsonParser.parse(JsonParser.java:60) ????...?2?more
查看完整描述

1 回答

?
繁花不似錦

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超4個(gè)贊

@Entity

@Table(name = "MYENTITYTABLE")

public class MyEntity implements Serializable {

  private static final long serialVersionUID = 1L;


  @Id

  // out commented the sequence generator 

  @Column(name="KGB_NR")

  private long kgbNr;


  @Column(name="KGB_UUID")

  private String kgbUuid; // <<== DEFINED AS STRING!


  //bi-directional many-to-one association to Ekistnutzer

  @ManyToOne

  @JoinColumn(name="EKN_NR")

  private EkistnutzerEntity ekistnutzer;


  // Other attributes not related in problem


查看完整回答
反對 回復(fù) 2023-07-28
  • 1 回答
  • 0 關(guān)注
  • 138 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)