Gson calls returns empty objects over multiple classes

前端 未结 2 1544
一个人的身影
一个人的身影 2021-01-16 06:20

I\'m trying to serialize to serialize the json string I have included below.

 {
        \"mood\": {
            \"is_featured\": true,
            \"de         


        
2条回答
  •  一生所求
    2021-01-16 06:33

    The top-level elements in the JSON string should be your object's properties, not the outer element "mood" which you have.

提交回复
热议问题