我目前正在使用以下 json 结构,但我不确定如何在我的类上对其进行建模,因为我以前从未遇到过这种结构。将不胜感激任何线索或帮助:
{ "messages": { "1": { "tid": "309", "status": "0", "timestamp": "1379795079", "uid": "1111111111", "txt": "sometext" }, "2": { "tid": "310", "status": "0", "timestamp": "1379795523", "uid": "2222222222", "txt": "sometext2" } }, "status": 1 }
消息值对象不是我所知道的常见 json 结构,我知道这些是对象,但我不知道如何将它们与我的类映射。