what character set is the Apple Search API returning the JSON in?

180 views Asked by At

I'm using the Apple Search API

and getting a JSON such as the one in this link

What character set is the description string in? If I wanted to store this in a mysql table, what character set would mysql have to be using?

1

There are 1 answers

0
Thilo On BEST ANSWER

From the documentation you linked to:

All JSON results are encoded as UTF-8.