Converting JSON data to Java object

后端 未结 12 1080
春和景丽
春和景丽 2020-11-21 05:11

I want to be able to access properties from a JSON string within my Java action method. The string is available by simply saying myJsonString = object.getJson()

12条回答
  •  难免孤独
    2020-11-21 05:37

    If you use any kind of special maps with keys or values also of special maps, you will find it's not contemplated by the implementation of google.

提交回复
热议问题