class Protocol::HTTP::Body::Readable

def to_json(...)

@returns [String] The body as JSON.

Convert the body to JSON.
def to_json(...)
	as_json.to_json(...)
end