This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Description
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
[
{
"id": 1,
"label": "Animal",
"nodes": [
{
"id": 2,
"label": "Dog"
}
]
}
]
- What is the expected behavior?
[
{
"id": 1,
"label": "Animal",
"children": [
{
"id": 2,
"label": "Dog"
}
]
}
]
- What is the motivation / use case for changing the behavior?
Common usage is like this.