Skip to content

How to solve the problem of " being escaped in json strings #562

Description

@aduoer

Input: {
"names":"["alex","bob"]"
}
Expected output: {
"names":"["alex","bob"]"
}
Current output: {
"names":"[&quto;alex&quto;,&quto;bob&quto;]"
}

antisamy version: 1.7.7

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