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.
我正在尝试使用 Jersey 框架以 JSON 格式获取以下格式的对象,我该如何编写
{ "EmployeeID" : 123, "Employee" : { "Name" :"John", "address: "1234,eldenSt", "Phone": 123456 } }
感谢你的帮助
谢谢