RESTful-Drupal / restful

RESTful best practices for Drupal
https://drupal.org/project/restful
419 stars 173 forks source link

Decode Unicode Charters in JSON response #1040

Open bbonora opened 6 years ago

bbonora commented 6 years ago

Hello,

I hope there is a simple solution to my question. Currently my resource endpoints are outputting the unicodes instead of the markup. Below I've included an example.

"summary":"\u003Cp\u003EPlans are in the works to develop a musical based on the \u003Cem\u003ENational Lampoon\u2019s Vacation\u003C\/em\u003E film franchise.\u003C\/p\u003E",

Is there a simple setting that will change this to output the actual html characters instead of the unicodes. I'm trying to avoid having to add a process_callback function to every field.