I wanted to know how I can merge two% co_of% of objects * (inserting one into another would also help me). *
For example:
array["nombre": "paco", "edad": "21"];
array2["nombre": "matias", "edad": "25"];
would look like this:
arraydefinitivo[array, array2]
I've tried with arrays
, but it does not work for me.