Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

结构相同问题 #11

Open
lhlyu opened this issue Sep 11, 2021 · 0 comments
Open

结构相同问题 #11

lhlyu opened this issue Sep 11, 2021 · 0 comments
Labels
improve 改进

Comments

@lhlyu
Copy link
Member

lhlyu commented Sep 11, 2021

  • 同结构,属性类型不同
{
    "aaa": {
        "bbb": {
            "a": 123
        }
    },
    "bbb": {
        "a": true
    }
}
  • 同结构,属性不同
{
    "aaa": {
        "bbb": {
            "a": 123
        }
    },
    "bbb": {
        "b": true
    }
}
  • 深层次嵌套同结构
@lhlyu lhlyu added the improve 改进 label Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve 改进
Projects
None yet
Development

No branches or pull requests

1 participant