Encodes a Python object into a JSON-encoded string. If 'strict' is set to True, then only strictly-conforming JSON output will be produced. Note that this means that some types of values may not be convertable and will result in a JSONEncodeError exception. If 'compactly' is s
( obj, strict=False, compactly=True, escape_unicode=False, encoding=None )
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected