No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

projetTest.json 750B

12345678910111213141516171819202122232425262728
  1. {
  2. projet" :
  3. {
  4. "nomProjet" : "nomProjet",
  5. "librairies" : [
  6. {
  7. "nomLib" : "nomLib1",
  8. "version" : 1.5,
  9. "description" : "description1"
  10. },
  11. {
  12. "nomLib" : "nomLib2",
  13. "version" : 1.6,
  14. "description" : "description2"
  15. }
  16. ],
  17. "servers" : [
  18. {
  19. "nomServer" : "nomServer1",
  20. "url" : "urlbidon.com"
  21. },
  22. {
  23. "nomServer" : "nomServer2",
  24. "url" : "urlbidon2.com"
  25. }
  26. ]
  27. }
  28. }