I have created this object :
var hemicycle = {
Groupe : "Group1" [{
Member : [{
Name : "MemberName",
Siege : "SiegeNumber",
Vignette : "PhotoURL"
}]
}]
};
I try to display some data from it but I can't access any. When I type hemicycle in the dev tools of Chrome I get this :
I also tried to display "Group1" from the object but it won't let me, I typed this :
I don't know why my object is not defined ?
Any help is appreciated.


Groupeshould be object, but is like simple value, no:afterGroup1...