GsonFormatPlus icon indicating copy to clipboard operation
GsonFormatPlus copied to clipboard

Json conversion problem

Open renjie-rm opened this issue 3 years ago • 0 comments

A object contains A collection of B objects, public class A { private List<B> b; public static class B { private String name; } }

Convert to JSON result: { "b": { "name": "demoData" } }

renjie-rm avatar Oct 12 '21 09:10 renjie-rm