Skip to content

Instantly share code, notes, and snippets.

@yvan-sraka
Created October 21, 2016 10:01
Show Gist options
  • Save yvan-sraka/8bafec854abff34ade8ea5d3bb4aa6ab to your computer and use it in GitHub Desktop.
Save yvan-sraka/8bafec854abff34ade8ea5d3bb4aa6ab to your computer and use it in GitHub Desktop.
{
"books": {
"programming": [{
"name": "Apprendre à coder en PHP",
"price": 26.00,
"author": "Matthieu Nebra"
}, {
"name": "Learn you a Haskell",
"price": 0.00,
"author": "Miron Lipovaca"
}, {
"name": "Land of Lisp",
"price": 49.99,
"author": "Conrad Barski"
}],
"cooking": [{
"name": "50 Amazing vegan recipes",
"price": 19.99,
"author": "Peter Hock"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment