Encodes the Python object into a JSON string representation. This method will first attempt to encode an object by seeing if it has a json_equivalent() method. If so than it will call that method and then recursively attempt to encode the object resulting from that
(self, obj, nest_level=0)
source not stored for this graph (policy: none)
no test coverage detected