josdejong / josdejong/jsoneditor
I want incorrect data is displayed as is
Open
question
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
my data like this:
{
"to_parent_path": \\\"/move/111\\\",
\\\"keep_old_profile_data\\\":\\\"\\\\ASDTure\\\"
}
I want this incorrect json data also show its original in jsoneditor
but jsoneditor will Adds "\\" to a special character
The final render result like this:
“{ \\“to_parent_path\”: \\\\\\\"/move/111\\\\\\\", \\\\\\"keep_old_profile_data\\\\\\\": \\\\\\\"\\\\\\\ASDTure\\\\\\\"}”
Contributor guide
Assessment
This issue has not been assessed yet.