I am trying to create a POST request to send JSON data to a server using a REST api.
Since JSON code will be embedded in the request body as the value of the request parameter, do you need to encode the value to call special characters, such as '{} []', which you usually find in JSON syntax.
Is there any utility library?
N.
Nikko
source
share