JSON request body parser

[io/http/server/utils/JSON request body parser]


Parses the body of an HTTP request as JSON.


Keywords: json, http, request, body, parse, extract

Input ports

  • request: {"body": "string"}

    Receives HTTP request with a string body containing JSON data.

Output ports

  • data: any

    Sends the parsed JSON data.

  • error: {"error": string}

    Sends parsing error.

Last updated