Skip to content

Instantly share code, notes, and snippets.

@ducky-hong
Created November 19, 2015 08:12
Show Gist options
  • Save ducky-hong/4841cdea8b1227941e98 to your computer and use it in GitHub Desktop.
Save ducky-hong/4841cdea8b1227941e98 to your computer and use it in GitHub Desktop.

챗방 사이드는 최대 3개의 json object 가 다음처럼 json array 로 내려오구요.

[
{"id":"chPUF5MFVwJviooR7mp","owner_id":85368,"type":"TEXT","created_at":"2015-11-12T07:55:56.000Z","content":"test","notice":true},
{"id":"chPUF5MFVwJviol3srf","owner_id":85368,"type":"TEXT","created_at":"2015-11-12T07:55:55.000Z","content":"test"},
{"id":"chPUF5MFVwJvioh9clj","owner_id":85368,"type":"TEXT","created_at":"2015-11-12T07:55:54.000Z","content":"test"}
]

각 타입의 json object 는 다음처럼 내려갑니다.

{"id":"chPUF5MFVwJviooR7mp","owner_id":85368,"type":"TEXT","created_at":"2015-11-12T07:55:56.000Z","content":"test"}
{"id":"cWzAah4jKcfhQmtXWTf","owner_id":85416,"type":"VIDEO","created_at":"2015-11-06T09:20:07.000Z","content":"u"}
{"id":"cWzAah4jKcfhEKBypGh","owner_id":85416,"type":"IMAGE","created_at":"2015-11-06T06:32:24.000Z","thumbnail":"http://alpha-mud-kage.kakao.com/dn/btFT5D/oWaZMyuKi9/TDsjpSe7zjL8EkQWaceO01/gm_s.jpg?width=151\u0026height=213"}
{"id":"chPUF5MFVwJvDn3pMe4","owner_id":85368,"type":"SCHEDULE","created_at":"2015-11-12T12:58:58.000Z","start_at":"2015-11-15T12:58:58.000Z","subject":"SCHEDULE 1"}
{"id":"d1GcRyJACiY6XmOhgXu","owner_id":31335,"type":"POLL","created_at":"2015-11-12T08:36:05.000Z","closed_at":"2015-11-14T08:40:00.000Z","subject":"kfjfj"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment