Last active
February 6, 2017 05:35
-
-
Save cblanquera/f28d2152a3860f09dcd1583f6cfecd82 to your computer and use it in GitHub Desktop.
Testing JSONETTE
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
{ | |
"$jason": { | |
"head": { | |
"title": "{ ˃̵̑ᴥ˂̵̑}", | |
"actions": { | |
"$foreground": { | |
"type": "$reload" | |
}, | |
"$pull": { | |
"type": "$reload" | |
} | |
} | |
}, | |
"body": { | |
"header": { | |
"style": { | |
"background": "#ffffff" | |
} | |
}, | |
"style": { | |
"background": "#ffffff", | |
"border": "none" | |
}, | |
"sections": [ | |
{ | |
"items": [ | |
{ | |
"type": "vertical", | |
"style": { | |
"padding": "30", | |
"spacing": "20", | |
"align": "center" | |
}, | |
"components": [ | |
{ | |
"type": "label", | |
"text": "It's ALIVE!", | |
"style": { | |
"align": "center", | |
"font": "Courier-Bold", | |
"size": "18" | |
} | |
}, | |
{ | |
"type": "label", | |
"text": "This is a demo app with Chris. You can make your own app by changing the url inside settings.plist", | |
"style": { | |
"align": "center", | |
"font": "Courier", | |
"padding": "30", | |
"size": "14" | |
} | |
}, | |
{ | |
"type": "label", | |
"text": "{ ˃̵̑ᴥ˂̵̑}", | |
"style": { | |
"align": "center", | |
"font": "HelveticaNeue-Bold", | |
"size": "50" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "label", | |
"style": { | |
"align": "right", | |
"padding": "10", | |
"color": "#000000", | |
"font": "HelveticaNeue", | |
"size": "12" | |
}, | |
"text": "Check out Live DEMO", | |
"href": { | |
"url": "https://jasonette.github.io/Jasonpedia/demo.json", | |
"fresh": "true" | |
} | |
}, | |
{ | |
"type": "label", | |
"style": { | |
"align": "right", | |
"padding": "10", | |
"color": "#000000", | |
"font": "HelveticaNeue", | |
"size": "12" | |
}, | |
"text": "Watch the tutorial video", | |
"href": { | |
"url": "https://www.youtube.com/watch?v=hfevBAAfCMQ", | |
"view": "Web" | |
} | |
}, | |
{ | |
"type": "label", | |
"style": { | |
"align": "right", | |
"padding": "10", | |
"color": "#000000", | |
"font": "HelveticaNeue", | |
"size": "12" | |
}, | |
"text": "View documentation", | |
"href": { | |
"url": "https://jasonette.github.io/documentation", | |
"view": "Web" | |
} | |
} | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment