- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
之前同事把我找過去
他說他拿到一串 JSON 字串然後沒有辦法反序列化成物件
覺得很優秀要讓我驚豔一下
然後他給我看內容如下
範例內容,非原本資料
[{"Account":"user@txstudio.tw","Birthday":1987/09/01"}],[{"Account":"boss@txstudio.tw","Birthday":1950/01/31"}]
最後同事默默地把 "],[" 轉換成 "," 就可以繼續作業
並把這個問題提供給設計此 API 的部門
希望他會改囉~
孩子不會要問呀 ...
附上正確解答
[
{
"Account":"user@txstudio.tw",
"Birthday":"1987/09/01"
},{
"Account":"boss@txstudio.tw",
"Birthday":"1950/01/31"
}
]
留言
張貼留言