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.
我有一个没有 POJO 的动态 Json:
{ "Caregiver": [], "Physician": [], "Insurance": [] }
我想用 null 替换空数组。
{ "Caregiver": null, "Physician": null, "Insurance": null }