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

Method decode_composite

lib/demjson.py:1530–1633  ·  view source on GitHub ↗

Intermediate-level JSON decoder for composite literal types (array and object). Takes text and a starting index, and returns either a Python list or dictionary and the index of the next unparsed character.

(self, txt, i=0, imax=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

decodeobjMethod · 0.95

Calls 6

skipwsMethod · 0.95
decodeobjMethod · 0.95
JSONDecodeErrorClass · 0.85
isstringtypeFunction · 0.85
isnumbertypeFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected