postJson


Description:

public HttpResponse? postJson (string path, JsonValue body)

Sends POST request with JSON body.

Parameters:

path

request path.

body

JSON body.

Returns:

response or null.