i know this may be stupid question but how can i access value of object that has '@' in it key
{
id: 'v6y4fra9dd3xxys',
created: '2022-10-29 08:48:12.585',
updated: '2022-11-14 08:03:46.477',
'@collectionId': 'x16irtg922kc0cg',
'@collectionName': 'products',
condition: 'new',
image: 'short4.jpg',
name: 'Short 4',
price: 19000,
productImg: 'short4_iKD5NIhZWX.jpg',
quantity: 1,
type: 'shortboard',
'@expand': {}
}
i want to use collectionName but don't know how to access it. i try but it got Unexpected character '@' error. what i supposed to do