Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かが私がこれStringをMap...に変換するのを手伝ってくれませんか?
String
Map
String str = "{"id":1,"result":[{"employeeId":131969,"id":1164299,"name":"Prosjekt","javaClass":"no.tripletex.tcp.model.Project","number":"","displayName":"Prosjekt"}]}"
文字列の形式から、使用している言語に関係なく、JSON パーサーが必要なようです。
ここには多くのjsonパーサーがあります
これは Java json パーサーです。その例に従うことができます。