Send the Json document as is

Hi @graham.pople , it seems like the QueryOptions parameter for the “couchbase.Scope.query” method of the Couchbase nodeJS SDK does not allow to specify a transcoder. @mreiche has suggested to use ENCODE_JSON function as part of the query itself to return the Json objects as strings. I will try it.
Edit : ENCODE_JSON does solve it Can the Couchbase NodeJS SDK return a JSON document as a raw JSON string, without parsing it first? - #3 by mfresh