am using web service which is created in the Business central, I tried to get all json data using ODataV4 URL using OkHttp GET methos and successfulIy got OkHttp response, But when I tried to get jason element from from response in java code it is giving exception as JSONObject["Code"] not found even thought that key is present in response obtained from GET method. Could anyone provide a way so I can successfully retrieve all key value pairs of JASON data.