Hi there,
I have an enconding issue when inserting:
JsonParseException[Unrecognized character escape '>' (code 62)
I'm already encoding to UTF8, and as far as i know, the '>' character keeps the same after encoding, so... what's happening? what can i do to resolve this issue?
Regards