Skip to content

Conversation

vancekic
Copy link
Contributor

@vancekic vancekic commented Aug 6, 2015

#2

Allows to display properly double quoted json files.

Fixing issue #2: (notepad++ was hanging with the example of issue #2 )
patch version's result:
{
"k0": [{
"k1": "a"b"",
"k2": {
"k3": "a"b"c"
}
}]
}

Now consider this non-blocking json:

{"Test": "this issue is "big"", "because": "this is supposed to be pretty but it's not pretty at all", "Test": "this is a not a "bug" because of that last character", "and":"therefore, this is ok"}

current version's result:
{
"Test": "this issue is "big"", "because": "thisissupposedtobeprettybutit'snotprettyatall", "Test": "thisisanota"bug" because of that last character",
"and": "therefore, this is ok"
}

patch version's result:
{
"Test": "this issue is "big"",
"because": "this is supposed to be pretty but it's not pretty at all",
"Test": "this is a not a "bug" because of that last character",
"and": "therefore, this is ok"
}

@kapilratnani kapilratnani merged commit 99992c5 into NPP-JSONViewer:master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants