Skip to content

Instantly share code, notes, and snippets.

@crongro
Last active December 30, 2016 08:43
Show Gist options
  • Save crongro/544d58b9fcca065ac7c18d3751ca55e0 to your computer and use it in GitHub Desktop.
Save crongro/544d58b9fcca065ac7c18d3751ca55e0 to your computer and use it in GitHub Desktop.
object data sample
[
{"id" : 23, "name" : "honux", "content" : "오늘의 커피는 왜 항상 맛있지?", "like" : 2, "comment" : ["^^", "i like this"]},
{"id" : 55, "name" : "nigayo", "content" : "드디어 출근!", "like" : 4, "comment" : ["이직 하셨나봐요? "]},
{"id" : 93, "name" : "jk", "content" : "어제 읽은 책이 아직도 ", "like" : 20, "comment" : ["잠자기 전에 만화책은 금물..", "그게 뭘까?"]},
{"id" : 4, "name" : "crong", "content" : "코드스쿼드가 정말 좋은 곳일까? 믿을 수가 없다..", "like" : 0, "comment" : ["누가 그러디"]}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment