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

Method decodeobj

lib/demjson.py:1645–1696  ·  view source on GitHub ↗

Intermediate-level JSON decoder. Takes a string and a starting index, and returns a two-tuple consting of a Python object and the index of the next unparsed character. If there is no value at all (empty string, etc), the None is returned instead of a tuple.

(self, txt, i=0, imax=None, identifier_as_string=False, only_object_or_array=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

decode_compositeMethod · 0.95
decodeMethod · 0.95

Calls 6

skipwsMethod · 0.95
decode_compositeMethod · 0.95
decode_stringMethod · 0.95
decode_numberMethod · 0.95
JSONDecodeErrorClass · 0.85

Tested by

no test coverage detected