How to create a JSON out of a encoding text

Hi
I’m downloading an amazon seller report and after decoding the data its giving me the next text


How can i convert that text to a JSON?
So that it generates a JSON something like this:
[
{
“sku”: “FORTE60”,
“asin”: “B0CQMZ4HW6”,
“afn-warehouse-quantity”: “0”
},
and so on