This method is used to encode user-defined class objects. The object being encoded should have a json_equivalent() method defined which returns another equivalent object which is easily JSON-encoded. If the object in question has no json_equivalent() method availabl
( self, obj, nest_level=0 )
source not stored for this graph (policy: none)
no test coverage detected