Contents:
jaxrts
Serialize an object. Uses json.dumps() under to hood, and forwards args and kwargs to this function.
json.dumps()
obj – The object to serialize
Serialized string