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オブジェクトがあります
{ "projector":"no", "video_conference":"no", "polycom":"no", "lcd":"no", "digital_phone":"no", "speaker_phone":"no" }
キーを 1 つの配列に格納し、値を別の配列に格納するにはどうすればよいですか?
GSON Java オブジェクトを json に、またはその逆に変換してみてください。
GSON
このリンクを参照してください
http://code.google.com/p/google-gson/