I have a content type with a field called output. This field will contain JSON. I want to output this field as JSON using Views JSON (in Views Datasource). The problem I’m encountering is views datasource is a. wrapping my field in quotes, and b. escaping my double quotes…
[ { "content": "{"account-confirmation":{"body":"",...
I need it to return something like:
[ { "content": {"account-confirmation":{"body":"",...
I’ve tried everything I could possibly think of. Is there any way I can output the literal value of the field without wrapping the value in quotes and escaping quotes?
Sponsored by SupremePR