1234567891011121314151617181920212223242526272829 |
- {
- "name" : "clochard",
- "name2" : "Un text trs\nlong !",
- "age" : 6,
- "select2" : "choix 3",
- "indices" : [
- {
- "type" : "salut",
- "type2" : "OK",
- "select2" : "choix 4"
- },
- {
- "type" : "salut2",
- "type2" : "OK2",
- "select2" : "choix 2"
- },
- {
- "type" : "salut3",
- "type2" : "OK3",
- "select2" : "choix 3"
- }
- ],
- "uisel" : {
- "rname" : "Ma ressource",
- "age" : 6,
- "name2" : "OK",
- "type" : "ressource"
- }
- }
|