josdejong / josdejong/jsoneditor

Expand node with option to expand children recursively

Open
#1,412 4 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.