JsonViewer icon indicating copy to clipboard operation
JsonViewer copied to clipboard

Incorrect Json view for the these characters `\{}` in Value

Open rakeshreddybandi opened this issue 8 years ago • 0 comments

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
    }"
  }
}

rakeshreddybandi avatar Oct 31 '17 17:10 rakeshreddybandi