I have a string that looks like this:
"{\\x22username\\x22:\\x229\\x22,\\x22password\\x22:\\x226\\x22,\\x22id\\x22:\\x222c8bfa56-f5d9\\x22, \\x22FName\\x22:\\x22AnkQcAJyrqpg\\x22}"
as far as I understand \x22
is "
. So how could I convert this into a readable JSON with quotes around keys and values?