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