Skip to content

Instantly share code, notes, and snippets.

@ianb
Created May 18, 2010 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianb/405523 to your computer and use it in GitHub Desktop.
Save ianb/405523 to your computer and use it in GitHub Desktop.
{
".name": "name",
"li.address": {
"address<-addresses": {
".street": "address.street",
".city": "address.city"
}
},
".is-admin": function (ctx) {
return ctx.admin ? 'ADMIN' : null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment