在java中httpclient的post请求中json数据有多少种发送方式?

How many ways the json data can be send in post request of httpclient in java?

解释所有类型的发送json格式 例如: 作为 Json 文件 作为查询字符串 作为实体

您可能会看到多种类型的格式示例here.....

Just Take a LOOK..