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
}"
}
}
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 :-
Actual output from Json viewer:-