jasonette
Native App over HTTP
... ... .....
{
"$jason": {
"head": {...},
"body": {
"sections": [{
"items": [
{ "type": "image", "url": "..." },
{ "type": "label", "text": "..." },
...
]
}]
}
}
}



{
"type": "horizontal",
"components": [
{ "type": "image", "url": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2.jpeg" },
{ "type": "vertical",
"components": [
{ "type": "label", "text": "Ethan" },
{ "type": "label", "text" "www.textethan.com" }
]
}
]
}
{
"type": "$network.request",
"options": {
"url": "http://api.giphy.com/v1/gifs/search",
"data": { "q": "kitten", "api_key": "dc6zaTOxFJmzC" }
},
"success": {
"type": "$render"
}
}
{
"type": "label",
"text": "Hello World",
"style": {
"padding": "10",
"corner_radius": "5",
"background": "rgba(0,0,0,0.4)",
"color": "#ffffff",
"font": "HelveticaNeue"
}
}