How to get actual cookie value from _local/PersistentCookieStore document present in cblite

Is there is any way to read cookie value present in _local/PersistentCookieStore?

I pulled out the cblite database and browsed the localdocs table using sqlite browser which is having docid=_local/PersistentCookieStore with JSON:
{“SyncGatewaySessionphx01-vm12.sgbox.net”:“aced00057372002d636f6d2e636f756368626173652e6c6974652e737570706f72742e53657269616c697a61626c65436f6f6b696588bbd0f4cf60a162030000787074001253796e634761746577617953657373696f6e7400286335643036666433336632656539353337363231393332653464353938656239636665663336396177080000015b497c65c874001b70687830312d766d31322e6d61747269786865616c74682e6e65747400042f656463770300000078”}

is there any way to get the actual cookie out of this long string?

This issue is being tracked as CBSE-3606 in the Couchbase Jira system.