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