Created
February 26, 2016 13:22
-
-
Save jy95/6ebd06d874ae67661a2c to your computer and use it in GitHub Desktop.
exemple pour API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "autreInfosDuDinoRandom":"voir API", | |
| "competences":[ | |
| { | |
| "name":"UneCompetence", | |
| "description":"blabla", | |
| "id":5, | |
| "activated":"no" | |
| }, | |
| { | |
| "name":"UneAutreCompetence", | |
| "description":"blabla", | |
| "id":6, | |
| "activated":"yes" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment