class Async::Container::Forked::Child::Instance

def to_json(...)

@returns [String] The process as JSON.

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