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 not stored for this graph (policy: none)
no test coverage detected