josdejong / josdejong/jsoneditor
Expand node with option to expand children recursively
Open
feature
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Something like `expand(path, expandRecursively)`.
Pseudo example: `editor.expand(['dataObjects', 0], true)`
```JSON
{
"dataObjects": [
{
"example": "hello world",
"child": {
"more": "data"
}
},
{},
{},
{}
]
}
```
Would that be an interesting/usable feature?
Contributor guide
Assessment
This issue has not been assessed yet.