in src/main/java/com/aws/sap/sample/lambda/sap/oauth/SAPOAuthHandler.java [186:189]
private JSONObject getChildJson(JSONObject inJson, String nodeName) { JSONObject childJson = (JSONObject) inJson.get(nodeName); return childJson; }