class Async::Container::Threaded::Child

def to_json(...)

@returns [String] The request as JSON.

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