猿问

请问各位如何在java中创建这种json数据结构

{"userList" : [

    {

        "userId": 1001,

        "userName": "test1"

    },

    {

        "userId": 1002,

        "userName": "test2"

    }

    ...

]}

请问各位如何建立这种数据结构啊

有只小跳蛙
浏览 660回答 2
2回答
随时随地看视频慕课网APP

相关分类

数据结构
我要回答