'I'm using Notepad++ with JSON viewer and it won't recognize my JSON string

Do I have a problem with my JSON string or am I just not using the good viewer?

Here is the string: (Project related info are removed)

{
"VAR": [{
    "Q": "aaaaaa",
    "A1": "bbb!",
    "A2": "ccc!",
    "A3": "ddd!"
}]
} 


Solution 1:[1]

Maybe you can try jsminnpp plugin in notepad++.

Parser is better

Solution 2:[2]

My current version of the Notepad++ is v7.8.2 (32-bit) and JSON viewer 1.21.

I assume that the JSON viewer plugin is installed.

The ways it worked for me is firstly select the json text by pressing Ctrl + a then click Plugins > JSON Viewer > Format JSON.

Tell me if it works, you have a good day.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sun Junwen
Solution 2 Raja Wajahat Ali