|
|
|
|
|
by alanh
5590 days ago
|
|
The correct content-type (MIME type) is indeed "application/json" (edit: downcased JSON, not sure why I made that typo). http://tools.ietf.org/html/rfc4627 Additionally, if no encoding is specified, UTF-8 should be assumed when dealing with JSON. |
|