class Async::Container::Threaded::Child::Instance

def to_json(...)

@returns [String] The thread as JSON.

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