Skip to content

结构相同问题 #11

@lhlyu

Description

@lhlyu
  • 同结构,属性类型不同
{
    "aaa": {
        "bbb": {
            "a": 123
        }
    },
    "bbb": {
        "a": true
    }
}
  • 同结构,属性不同
{
    "aaa": {
        "bbb": {
            "a": 123
        }
    },
    "bbb": {
        "b": true
    }
}
  • 深层次嵌套同结构

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions