How to POST raw whole JSON in the body of a Retrofit request?

前端 未结 23 2770
面向向阳花
面向向阳花 2020-11-22 00:57

This question may have been asked before but no it was not definitively answered. How exactly does one post raw whole JSON inside the body of a Retrofit request?

See

23条回答
  •  日久生厌
    2020-11-22 01:37

    JSONObject showing error please use

    JsonObject paramObject = new JsonObject(); paramObject.addProperty("loginId", vMobile_Email);

提交回复
热议问题