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.
我想仅使用 Java 将 Json 中存在的数据提取到 JsonForm 中。
我可以使用哪个框架来执行此操作?
我找到了答案。不要让 JsonForm 丑陋的一面欺骗了你。我不知道这是否适用于所有情况,但我只需要提取仅包含数据的 Json 对象。这可以使用任何常见的 Json 解析器来完成,例如 Gson。