问题 I have an Array and One String Value. I want to get the Hierarchy of the String into an Array. For example, I have a string value "Casuals". "Casuals" value is inside the "Shirts" object. "Shirts" value is inside the "Men" object. And "Men" value is inside the "Default Category" object. So, this is how the logic should be work. Here is my Sample Array: { "id": 2, "name": "Default Category", "children_data": [ { "id": 3, "name": "Men", "children_data": [ { "id": 11, "name": "T-Shirts",