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-LIB を使用して Bean クラスから JSOn を生成する例を示す人はいますか? これを理解するための例を見つけることができません。
ありがとう
どうですか?
MyBean mb = new MyBean(); JSON json = JSONObject.fromObject(mb);