Created
March 30, 2011 16:23
-
-
Save timdream/894722 to your computer and use it in GitHub Desktop.
議程 JSON
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
[ | |
{ | |
name: '測是', | |
from: 1234456788, /* Unix timestamp */ | |
to: 123456778, | |
type: 1, | |
room: 0, | |
language: 'zh', /* 'zh' or 'en', 我們應該不會有日文議程 */ | |
speaker: '陳愛講', /* 名字 (頭銜)*/ | |
speakerTitle: '測試大學愛講系教授', | |
desc: '<p>測試 .... </p>' /* HTML */ | |
}, | |
{ | |
.... | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment