You can use DefiantJS (http://defiantjs.com) which extends the global object JSON with the method "search". Using this method you can search your JSON structure with XPath expressions, something like this:
JSON.search( data, '//p_Data[0]/BusinessUnit[0]/BusinessUnit' );
Since there is no example JSON structure, the suggestion above might work. If you post example of your structure, I can provide a JSFiddle version of my suggestion.
To get an idea of how XPath works, check out this XPath Evaluator tool:
http://defiantjs.com/#xpath_evaluator