Created
May 26, 2019 16:43
-
-
Save davidteather/bc4baef0edb621dd322c8ad128a31ac1 to your computer and use it in GitHub Desktop.
The Tree structure of the json file for tiktok response
This file contains 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
itemInfos | |
id | |
text | |
createTime | |
authorId | |
musicId | |
covers | |
coversOrigin | |
coversDynaic | |
video | |
urls (array of 4) | |
videoMeta | |
width | |
height | |
ratio | |
duration (s) | |
diggCount | |
shareCount | |
commentCount | |
authorInfos | |
userId | |
uniqueId | |
nickName | |
signature | |
covers (array of links to images) | |
coversMedium (array of links to medium images) | |
coversLarger (array of links to large images) | |
musicInfos | |
musicId | |
musicName | |
authorName | |
original (boolean of True or False) | |
playUrl (music url) | |
covers (array of music cover) | |
coversMedium (array of medium music covers) | |
coversLarge (array of large music covers) | |
challengeInfoList | |
0 | |
challengeId | |
challengeName | |
text | |
covers (array of challenge cover) | |
coversMedium (array of medium challenge covers) | |
coversLarge (array of large challenge covers) | |
1 | |
challengeId | |
challengeName | |
text | |
covers (array of challenge cover) | |
coversMedium (array of medium challenge covers) | |
coversLarge (array of large challenge covers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment