Skip to content

Instantly share code, notes, and snippets.

@ennioma
Created June 8, 2017 16:04
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 ennioma/51d165be5dc17f5605483e36f92f97d4 to your computer and use it in GitHub Desktop.
Save ennioma/51d165be5dc17f5605483e36f92f97d4 to your computer and use it in GitHub Desktop.
Post JSON example
{
"movies": [{
"title": "Total Recall",
"year": "1990",
"actors": [{
"name": "Arnold",
"surname": "Schwarzenegger"
}, {
"name": "Sharon",
"surname": "Stone"
}]
}, {
"title": "From Dusk till Dawn",
"year": "1996",
"actors": [{
"name": "George",
"surname": "Clooney"
}, {
"name": "Quentin",
"surname": "Tarantino"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment