Skip to content

Instantly share code, notes, and snippets.

@splatch
Created September 30, 2013 16:25
Show Gist options
  • Select an option

  • Save splatch/6766332 to your computer and use it in GitHub Desktop.

Select an option

Save splatch/6766332 to your computer and use it in GitHub Desktop.
{ // "Envelope type"
"type": "Person", // contents hint
"content": [ // here we expect only Person content
{ // Person()
"id": "00-00",
"name": "Mr Bean"
},
{ // Person()
"id": "00-01",
"name": "Doctor Who"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment