Forum Discussion
nmrao
9 years agoCommunity Hero
Response does not seem to appear as json but header says it's json. Please check with your application / service provider or contact with your team if it is internal.
- HKosova9 years ago
Alumni
nmrao wrote:
Response does not seem to appear as json but header says it's json. Please check with your application / service provider or contact with your team if it is internal.Whether or not a simple "string" is valid JSON depends on the standard used. It's not valid JSON according to RFC-4627, but is valid JSON according to the newer RFC-7159.
There's more info here:
http://stackoverflow.com/questions/18419428/what-is-the-minimum-valid-json/22361229#22361229