Skip to content

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

@rakeshreddybandi

Description

@rakeshreddybandi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions