josdejong / josdejong/jsoneditor

I want incorrect data is displayed as is

Open
#1,109 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.