Searched defs:jsonBody (Results 1 – 2 of 2) sorted by relevance
230 const jsonBody = JSON.stringify(obj); constant283 const jsonBody = JSON.stringify({ constant
1806 JSONObject jsonBody = new JSONObject(new String(binaryHttpMessage.getContent())); in assertJoinRequest() local