Two elements with empty arrays as values cause issues in subsequent parsing of the Tree View.
MacOS - Monterey 12.3.1
JetBrains Rider 2021.3.4
{
"name": "Hello",
"emptyArray": [],
"otherObject": {
"name": "The next property causes problems",
"emptyArray2": []
},
"messedUp": [
{
"status": "there should be something here in the tree view"
},
{
"status": "but there is not"
}
]
}
Two elements with empty arrays as values cause issues in subsequent parsing of the Tree View.
MacOS - Monterey 12.3.1 JetBrains Rider 2021.3.4