I want to return JSON from a PHP script.
Do I just echo the result? Do I have to set the Content-Type header?
Content-Type
Yeah, you'll need to use echo to display output. Mimetype: application/json