Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Created September 13, 2015 10:55
Show Gist options
  • Select an option

  • Save sdeluce/c31ab3cbdcb9f6981aaf to your computer and use it in GitHub Desktop.

Select an option

Save sdeluce/c31ab3cbdcb9f6981aaf to your computer and use it in GitHub Desktop.
import jsfiddle
{
"livres": [
{
"titre": "Les misérables",
"auteur": "Victor Hugo",
"page": 890,
"enstock":true,
"id": 1
},
{
"titre": "Le seigneur des anneaux",
"auteur": "J.R.R. Tolkien",
"page": 1500,
"enstock":true,
"id": 2
},
{
"titre": "Fondation",
"auteur": "Isaac Asimov",
"page": 550,
"enstock":true,
"id": 3
},
{
"titre": "Rama",
"auteur": "Arthur C.Clarke",
"page": 550,
"enstock":false,
"id": 4
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment