MCPcopy Create free account
hub / github.com/btbytes/teh / decode

Function decode

lib/demjson.py:2000–2134  ·  view source on GitHub ↗

Decodes a JSON-encoded string into a Python object. If 'strict' is set to True, then those strings that are not entirely strictly conforming to JSON will result in a JSONDecodeError exception. The input string can be either a python string or a python unicode string. If it is

( txt, strict=False, encoding=None, **kw )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

allowMethod · 0.95
preventMethod · 0.95
decodeMethod · 0.95
iswsMethod · 0.95
JSONClass · 0.85
auto_unicode_decodeFunction · 0.85
JSONDecodeErrorClass · 0.85

Tested by

no test coverage detected