Couchbase encrypting my data

Hi All,
I am wondering for a solution that couch base is encrypting my json data to some encrypted format.
But i don’t want the data to be encrypted. I want to see what is happening in couchbase through admin console.

note: I am using PHP sdk to store the data.

Please provide solution for this.

Thanks in advance.

You can make it store in JSON by appending Json to the method name when storing, and getting the documents. https://vimeo.com/68378224 The speaker does just that using the .NET client lib.
I would think it’s possible to do using the PHP client lib too.