class Async::Container::Statistics

def to_json(...)

@returns [String] The statistics as JSON.

Generate a JSON representation of the statistics.
def to_json(...)
	as_json.to_json(...)
end