hi does anyone know how to create a Array that contains objects that in each objects contain several objects? i just can\'t seem to get my head round it
Here are two pieces of JSON which fit your description which is "Array that contains objects that in each objects contain several objects". The first method uses Arrays inside Objects. The other one uses Objects in Objects.