Skip to content

Instantly share code, notes, and snippets.

@wircho
Created May 26, 2015 15:10
Show Gist options
  • Save wircho/110b521e5870cec835d3 to your computer and use it in GitHub Desktop.
Save wircho/110b521e5870cec835d3 to your computer and use it in GitHub Desktop.
{
"id": "cities-card",
"title": "Cities",
"icon_url": "http://relevant.ai/cities.png",
"summary": "Card's summary for the library.",
"credits": "The Web",
"settings_type": "NONE",
"_LOAD": {
"json_info":{
"_URL":"https://gist.githubusercontent.com/wircho/d6c606350f8a6dca29ee/raw/b7872ecebfcc868ff825c88fe1c5e06d13ad618c/cities"
},
"_RETURN":{
"_LOOP":{
"_ARRAY":{"_PATH":["json_info","cities"]},
"_EACH":[
{
"banner":{
"image": {"_PATH":["_ITEM","picture"]}
}
},
{
"description":{"_LOG":{
"title": {"_PATH":["_ITEM","name"]},
"body": {"_PATH":["_ITEM","nickname"]}
}}
},
{
"footer":{
"caption": {"_PATH":["_ITEM","province"]}
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment