Last active
September 26, 2015 12:33
-
-
Save quintesse/02d289da998ad06cd794 to your computer and use it in GitHub Desktop.
A set of examples for the Ceylon Web IDE with a default item
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
{ | |
"sets": [ | |
{ | |
"title": "A set with a default", | |
"items": [ | |
{ | |
"title": "Example One", | |
"gist": "9b4bafe29a28103818c9" | |
}, | |
{ | |
"title": "Example Two", | |
"gist": "30f58483e5d2c4181904" | |
}, | |
{ | |
"title": "Final Example", | |
"gist": "191112755a714d2bf291" | |
}, | |
{ | |
"title": "Even more examples", | |
"set": "f817225b1512211300a9" | |
} | |
] | |
} | |
], | |
"default": { | |
"gist": "30f58483e5d2c4181904" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment