collectionsjson={ 'huanuo-monitor-stand-riser': { 'Color': [ { 'text': 'Black', value:'#000', active: true }, { 'text': 'Silver', handle: 'monitor-stand-riser-sliver' } ], 'Number': [ { 'text': 'One Pack', handle: 'huanuo-monitor-stand-riser',active: true }, { 'text': 'Two Pack', handle: 'monitor-stand-riser-two-pack' } ], }, 'monitor-stand-riser-sliver': { 'Color': [ { 'text': 'Black', value:'#000', handle: 'huanuo-monitor-stand-riser' }, { 'text': 'Silver', active: true } ] }, 'monitor-stand-riser-two-pack': { 'Color': [ { 'text': 'Black', value:'#000', active: true }, { 'text': 'Silver', handle: 'monitor-stand-riser-sliver' } ], 'Number': [ { 'text': 'One Pack', handle: 'huanuo-monitor-stand-riser'}, { 'text': 'Two Pack', handle: 'monitor-stand-riser-two-pack' ,active: true } ], }, }