setJson.json 493 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name" : "clochard",
  3. "name2" : "Un text trs\nlong !",
  4. "age" : 6,
  5. "select2" : "choix 3",
  6. "indices" : [
  7. {
  8. "type" : "salut",
  9. "type2" : "OK",
  10. "select2" : "choix 4"
  11. },
  12. {
  13. "type" : "salut2",
  14. "type2" : "OK2",
  15. "select2" : "choix 2"
  16. },
  17. {
  18. "type" : "salut3",
  19. "type2" : "OK3",
  20. "select2" : "choix 3"
  21. }
  22. ],
  23. "uisel" : {
  24. "rname" : "Ma ressource",
  25. "age" : 6,
  26. "name2" : "OK",
  27. "type" : "ressource"
  28. }
  29. }