Last active
December 26, 2015 16:09
-
-
Save asonas/7177964 to your computer and use it in GitHub Desktop.
イベントの公式サイトで以下のようなjsonを吐いてほしい
This file contains hidden or 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: "EVENT NAME", | |
| date: "2013-10-27", | |
| description: "this is event", | |
| place: { | |
| name: "Tokyo Ryutsu Center", | |
| latlng: "35,135", | |
| url: "url", | |
| map: "url", | |
| 4sq: "url" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment