Skip to content

Instantly share code, notes, and snippets.

@elmarputz
Created March 15, 2019 07:52
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 elmarputz/86d4970140ed2f9ff9fc340ee3807b6b to your computer and use it in GitHub Desktop.
Save elmarputz/86d4970140ed2f9ff9fc340ee3807b6b to your computer and use it in GitHub Desktop.
new book JSON
{
"isbn":"24543534332342431",
"title":"Erstes neues Buch",
"user_id": 1,
"rating" : 3,
"authors":[{
"id":3,
"firstName":"Karl",
"lastName":"Huber"
},
{
"id":4,
"firstName":"Johannes",
"lastName":"Schönböck"
}],
"published":"2018-01-01T23:00:00.000Z",
"subtitle":"Wir lernen dann Angular",
"images":[{
"url":"https://images-na.ssl-images-amazon.com/images/I/51H--PJcVNL._SX342_BO1,204,203,200_.jpg",
"title":"Angular 4"},
{
"url":"https://images-na.ssl-images-amazon.com/images/I/514Q%2BCZgjjL._SY400_.jpg",
"title":"Angular"
}],
"description":"Lorem ipsum dolor sit amet"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment