JSON request body parser
Last updated
Last updated
[io/http/server/utils/JSON request body parser]
Parses the body of an HTTP request as JSON.
Keywords: json, http, request, body, parse, extract
request: {"body": "string"}
Receives HTTP request with a string body containing JSON data.
data: any
Sends the parsed JSON data.
error: {"error": string}
Sends parsing error.