class Traces::Context

def to_json(...)

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