!! jsonData!!
{
name: 'Your #11',
description: 'description',
image: 'images_input/11.png',
dna: 'b4cad16d818306eef31ce26eb37389b2a587edbb',
edition: '11',
date: 1641004748894,
attributes: [ { trait_type: 'dss', value: '11' } ],
compiler: 'dss'
}
Добавляю его в маcсив _metadata.push( jsonData ) ;
В итоге
[
{
name: 'Your #11',
description: 'description',
image: 'images_input/11.png',
dna: 'b4cad16d818306eef31ce26eb37389b2a587edbb',
edition: '11',
date: 1641004748894,
attributes: [ [Object] ],
compiler: 'dss'
}
]
Почему пропал attributes: [ [Object] ], стал пустым?
законсолил небось?
Да console.log(_metadata );
@js_noobs_ru
Обсуждают сегодня