In code explorer, I can't see that there are many objects inside an JSON array
and I'm not be able to expand separate objects.

Example JSON
{
                "VM": [
                        {
                                "Name": "server1",
                                "Alias": "vm-server1",
                                "Volumes": [
                                        {
                                                "Path": 
"/dev/ubuntu-vg/server1-disk",
                                                "Size": "8.00g"
                                        },
                                        {
                                                "Path": 
"/dev/ubuntu-vg/server1-swap",
                                                "Size": "128.00m"
                                        }
                                ]
}


Code Explorer Output is

...
v Volumes
   Path
   Size
   Path
   Size

Code Explorer Output should be

...
v Volumes
  v
    Path
    Size
  v 
    Path
    Size

-- 
<https://forum.pspad.com/read.php?2,70005,70005>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem