Skip to content

Instantly share code, notes, and snippets.

@emlynoregan
Last active August 29, 2015 14:27
Show Gist options
  • Save emlynoregan/35346a7ae1068053d4fb to your computer and use it in GitHub Desktop.
Save emlynoregan/35346a7ae1068053d4fb to your computer and use it in GitHub Desktop.
{
"characters": [
{
"_type": "section",
"path": "$.items[*]",
"transform": {
"fullname": "#@.name",
"saying": {
"_type": "section",
"path": "@.quote",
"nulls": false
}
}
}
],
"urls": [
"#$..website"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment