How to solve the problem of inconsistent serialization results between a JSONObject and a Map?
Can the type field be serialized to yield a consistent output when using net.sf.json.JSONObject
for data processing, as compared to when using a Map?
Can the type field be serialized to yield a consistent output when using net.sf.json.JSONObject
for data processing, as compared to when using a Map?