Last active
April 5, 2020 09:48
-
-
Save crongro/a9a118977f82780441db664d6785efe3 to your computer and use it in GitHub Desktop.
json_tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": 1, | |
"name": "Yong", | |
"phone": "010-0000-0000", | |
"type": "sk", | |
"childnode": [{ | |
"id": 11, | |
"name": "echo", | |
"phone": "010-0000-1111", | |
"type": "kt", | |
"childnode": [{ | |
"id": 115, | |
"name": "hary", | |
"phone": "211-1111-0000", | |
"type": "sk", | |
"childnode": [{ | |
"id": 1159, | |
"name": "pobi", | |
"phone": "010-444-000", | |
"type": "kt", | |
"childnode": [{ | |
"id": 11592, | |
"name": "cherry", | |
"phone": "111-222-0000", | |
"type": "lg", | |
"childnode": [] | |
}, | |
{ | |
"id": 11595, | |
"name": "solvin", | |
"phone": "010-000-3333", | |
"type": "sk", | |
"childnode": [] | |
} | |
] | |
}] | |
}, | |
{ | |
"id": 116, | |
"name": "kim", | |
"phone": "444-111-0200", | |
"type": "kt", | |
"childnode": [{ | |
"id": 1168, | |
"name": "hani", | |
"phone": "010-222-0000", | |
"type": "sk", | |
"childnode": [{ | |
"id": 11689, | |
"name": "ho", | |
"phone": "010-000-0000", | |
"type": "kt", | |
"childnode": [{ | |
"id": 116890, | |
"name": "wonsuk", | |
"phone": "010-000-0000", | |
"type": "kt", | |
"childnode": [] | |
}, | |
{ | |
"id": 1168901, | |
"name": "chulsu", | |
"phone": "010-0000-0000", | |
"type": "sk", | |
"childnode": [] | |
} | |
] | |
}] | |
}] | |
}, | |
{ | |
"id": 117, | |
"name": "hong", | |
"phone": "010-0000-0000", | |
"type": "lg", | |
"childnode": [] | |
} | |
] | |
}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment