Convenience method for reading the entire request body as a JSON node. An exception will be thrown if the body cannot be parsed as JSON.
Whether to read until no more data is available.
The request body as a JSON node.
Convenience method for reading the entire request body as a JSON node. An exception will be thrown if the body cannot be parsed as JSON.