JSON 객체에서 jQuery의 find () 사용 brnwdrng의 질문 과 유사하게 JSON과 유사한 객체를 검색하는 방법을 찾고 있습니다. 내 개체의 구조가 다음과 같다고 가정합니다. TestObj = { "Categories": [{ "Products": [{ "id": "a01", "name": "Pine", "description": "Short description of pine." }, { "id": "a02", "name": "Birch", "description": "Short description of birch." }, { "id": "a03", "name": "Poplar", "description": "Short description of poplar." }], "id": "A"..