class Async::Clock

def to_json(...)

@returns [String] The JSON string.

Convert the clock to a JSON string.
def to_json(...)
	self.as_json.to_json(...)
end