Skip to content

Instantly share code, notes, and snippets.

@yejianye
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yejianye/2312932ae0784e576a31 to your computer and use it in GitHub Desktop.
Save yejianye/2312932ae0784e576a31 to your computer and use it in GitHub Desktop.
Description of community data in JSON format
[
{
"id": 58379, # 主题的ID
"title": "Welcome to Glow!", # 主题的标题
"content": "Tell us a little bit about yourself. Where are you from? How old are you?", # 主题的内容
"tag": "Glow Support", # 主题的标签
"views": 9993, # 主题的浏览次数
"time_created": 1415604639 # 主题的创建时间(unix时间戳)
"author": { # 主题的作者信息
"id": 72057594048471049,
"first_name": "Marina",
"last_name": " Gomez",
"profile_image": "https://s3.amazonaws.com/www.glowing.com/profile/5e3fed2b38ade3c1d9b74cc6cbdc7682.jpg"
},
"comments": [ # 评论列表
{
"id": 1004903, # 评论的ID
"content": "Hello im Roxy from texas.", # 评论的内容
"time_created": 1415590992, # 评论的创建时间
"author": { # 评论者信息
"id": 72057594038148373,
"first_name": "Roxy",
"last_name": "Martinez",
"profile_image": "https://s3.amazonaws.com/www.glowing.com/profile/50c657cbedce5497176bad0287866bcd.jpg"
}
},
{ # 下一个评论的数据
"id": 1005903,
"content": "I'm from New York",
...
}
...
]
},
{ # 下一个主题的数据
"id": 45680,
"title": "How did you find Glow app?",
...
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment