2021-05-13 20:14:35 +02:00
|
|
|
## method: Request.PostDataJSON
|
2021-03-11 17:14:10 +01:00
|
|
|
* langs: csharp
|
|
|
|
|
- returns: <[JsonDocument]>
|
|
|
|
|
|
2021-05-13 20:14:35 +02:00
|
|
|
Returns parsed request's body for `form-urlencoded` and JSON as a fallback if any.
|
2021-03-11 17:14:10 +01:00
|
|
|
|
2021-05-13 20:14:35 +02:00
|
|
|
When the response is `application/x-www-form-urlencoded` then a key/value object of the values will be returned.
|
|
|
|
|
Otherwise it will be parsed as JSON.
|