iorejson icon indicating copy to clipboard operation
iorejson copied to clipboard

retrieving UTF8 instead of escaped unicode

Open nelsonlarocca opened this issue 5 years ago • 1 comments

I've found that rejson.set(key, ".", value) stores data in Redis server using escaped unicode, so retrieving it loses legibility, but there's no option to get the data "unescaped" .

It would be needed to add an arg to the GET command to enable the NOESCAPE option. for instance JSON.GET <key> NOESCAPE "."

comments ?

nelsonlarocca avatar Nov 14 '19 06:11 nelsonlarocca

Nothing on this?? I really need it, cannot make it work with latin characters without the NOESCAPE option. Have you managed to solve it?

OmarOmeiri avatar Jul 28 '21 15:07 OmarOmeiri