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.
如何映射嵌套对象,例如
Category{ "categoryID":1, "categoryName":blue, "parentCategory":{ "categoryID":1, "categoryName":red, } }
如何在 JSON 响应中映射具有父子关系的对象。在这里,类别对象有一个父类别对象。