class Process::Metrics::Memory

def to_json(*arguments)

Convert the object to a JSON string.
def to_json(*arguments)
	as_json.to_json(*arguments)
end