Answer the question
In order to leave comments, you need to log in
How to get parent object in json?
There is a tree-like json object:
[
{
"id": 1,
"code": "111",
"description": "Описание",
"status": "true",
"children": [
{
"id": 22,
"code": "22222",
"description": "Описание",
"status": "false",
"children": []
}
]
}
]
Answer the question
In order to leave comments, you need to log in
What are you actually running? What programming language? If abstractly there are a lot of options
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question