[ad_1]
My data looks likes this,
Data Image Link
The keys that are not saved with double quotes can be accessed easily using obj[“key”] (For eg: data[“Désignation commerciale article”]) syntax but when I use the same syntax for the keys that are saved with double quotes, it is returning undefined(For eg:data[“Montant DEEE 2022 ↵en € HT “]). So how can I access those keys?
[ad_2]