JsonViewer
JsonViewer copied to clipboard
Incorrect Json view for the these characters `\{}` in Value
Not parsing correctly for this text {"tags":{"href":"aaaaa/xxxxxxxx/tags{?embed}"}} in the value that is encoded in quotes""
Expected for the above input :-
{
"tags":{
"href":"aaaaa/xxxxxxxx/tags{?embed}"
}
}
Actual output from Json viewer:-
{
"tags":{
"href":"aaaaa\/xxxxxxxx\/tags{
?embed
}"
}
}