| ▲ | tuwtuwtuwtuw 2 hours ago | |
That's a JSON file right? | ||
| ▲ | waffletower 2 hours ago | parent [-] | |
I received JSON too. This worked for me on a Mac: curl https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j... | jq ".body" > /tmp/body.html && open /tmp/body.html | ||