是否有更好的数据结构可动态生成,存储此格式并作为序列化响应发送?

时间:2019-01-24 11:18:45

标签: java json spring-boot microservices

AM寻找以下格式,该格式可能会根据大小而增长-需要进行序列化并在春季启动时作为服务输出发送-使用过的TreeNode,无限堆栈溢出错误

{

"Universe": {
    "Starts": {
        "Sky": {
            "Earth": {
                "Man": ["Female", "Male"]
            }
        }
    }
},
Colour: [
    'Camel'
],
Dogs: [
    'Black'
],
Cats: [
    'White'
],
Elephants: [
    'Black'
],

};

0 个答案:

没有答案