class Traces::Backend::Capture::Span

def to_json(...)

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