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.
必要なJSON文字列の構造は次のとおりです
"1" : { "Class': "group" "text": "test1" } "2" : { "Class': "group" "text": "test1" }
この JSON 表現を持つ jsonObject を Java で作成するにはどうすればよいですか?