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);